ComfyUI Node
Sequential Prompt
A ComfyUI node in KaleidiaNodes/PromptNodes with 8 inputs and 1 output.
Sequential Prompt
- STRING
◄template►
◄sequence_mode▾►
◄sequential_passes2►
◄index_offset0►
◄join_styleperiod►
◄reset_counterfalse►
◄debugfalse►
◄clear_cachefalse►
CategoryKaleidiaNodes/PromptNodes
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| template | STRING | — | |
| sequence_mode | COMBO | 2 options: Nested (Slow -> Fast), Flat (Fast -> Slow) | |
| sequential_passes | INT | 21–5 | — |
| index_offset | INT | 00–18446744073709550000 | Adds to the internal counter to shift the starting point. |
| join_style | COMBO | period | 4 options: space, period, comma, and |
| reset_counter | BOOLEAN | false | — |
| debug | BOOLEAN | false | — |
| 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 |
|---|---|---|
| STRING | STRING | — |