$git clone https://github.com/fofr/ComfyUI-Prompter-fofrAIA prompt helper. Use templates from https://prompter.fofr.ai/ in ComfyUI.
| 1 | # ComfyUI-Prompter-fofrAI |
| 2 | |
| 3 | A prompt helper. Use templates from https://prompter.fofr.ai/ in ComfyUI. |
| 4 | |
| 5 | https://github.com/fofr/ComfyUI-Prompter-fofrAI/assets/319055/fa5d40ea-5fe9-4d98-94bc-e91b5e66edd0 |
| 6 | |
| 7 | For example: |
| 8 | |
| 9 | > A film still of [character.fantasy], [interaction.couple], [cinematic.keyword], [cinematic.coloring], [cinematic.effect], set in [time.year] |
| 10 | |
| 11 | Gives: |
| 12 | |
| 13 | > A film still of a ghost hunter, conflict, 8mm film, low-key color grading, cineon, set in 1890 |
| 14 | |
| 15 | > A film still of a siren, holding a grudge, prores, hdr, haze, set in 1909 |
| 16 | |
| 17 | > A film still of a demon princess, assistance, 8k resolution, hard light, bokeh, set in 1858 |
| 18 | |
| 19 | ## Nodes |
| 20 | |
| 21 | - Prompt from template: Turn a template into a prompt |
| 22 | - List sampler: Sample items from a list, sequentially or randomly |
| 23 | |
| 24 | ## Prompt template features |
| 25 | |
| 26 | Multiple list items: |
| 27 | |
| 28 | [animal.mammal,2] |
| 29 | |
| 30 | > giraffe, lion |
| 31 | |
| 32 | Get multiple items from multiple random lists: |
| 33 | |
| 34 | [random,2] |
| 35 | |
| 36 | > demon princess, hdr |
| 37 | |
| 38 | ## Lists |
| 39 | |
| 40 | You can use the list sampler node to see what prompt lists are available. |
| 41 | |
| 42 | See available lists: |
| 43 | |
| 44 | https://github.com/ai-prompts/prompt-lists/blob/main/list-metadata.json |
| 45 | |
| 46 | Explore lists here: |
| 47 | |
| 48 | https://prompter.fofr.ai/explore |