ComfyUI Node
Dynamic Prompt
A ComfyUI node in KaleidiaNodes/PromptNodes with 8 inputs and 1 output.
Dynamic Prompt
- Prompt
◄templateA {happy|sad} __videogamechars/male__ with {1-3$$__color__}►
◄seed0►
◄join_styleperiod►
◄use_historyfalse►
◄clear_historyfalse►
◄history_limit3►
◄debugfalse►
◄clear_cachefalse►
CategoryKaleidiaNodes/PromptNodes
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| template | STRING | A {happy|sad} __videogamechars/male__ with {1-3$$__color__} | — |
| seed | INT | 00–18446744073709550000 | — |
| join_style | COMBO | period | A connector for repetitive prompt parts. Defaults to '. '. Example 3 colors: red. blue. yellow. or with and option: red and blue and yellow |
| use_history | BOOLEAN | false | Prevents the same wildcard option from being picked twice until history is cleared. |
| clear_history | BOOLEAN | false | Wipes the history of used options for this session. |
| history_limit | INT | 31–100 | How many previous choices to remember and avoid. |
| debug | BOOLEAN | false | Gives debug output to the console about the processing of the dynamic prompt. Default is false to not spam the console. |
| clear_cache | BOOLEAN | false | Clears the wildcard cache on every run. Good if you work on the wildcards on the side during image generation and do not want to completely reboot comfy. Bad as it does disk operations on every run, that might not be needed. Default is false which has the cache build once per comfy run and reused then. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Prompt | STRING | — |