ComfyUI Node
Prompt Variations
A ComfyUI node in Kinburg-Nodes/prompt with 6 inputs and 3 outputs.
Prompt Variations
- prompts
- count
- preview
◄template{a photo|a painting} of a {red|blue|green} car►
◄modeall►
◄limit25►
◄seed0►
◄dedupetrue►
◄wildcards_dir►
CategoryKinburg-Nodes/prompt
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| template | STRING | {a photo|a painting} of a {red|blue|green} car | Template with {a|b|c} choices (nesting allowed) and optional __wildcard__ refs. The output is the product of all choices. |
| mode | COMBO | all | all = every combination (capped by limit); random = 'limit' random combinations (reproducible via seed). |
| limit | INT | 251–5000 | Max prompts to output. In 'all' mode extra combinations past this are dropped (a console note is printed). |
| seed | INT | 00–18446744073709550000 | Randomness seed for 'random' mode (same seed = same picks). |
| dedupe | BOOLEAN | true | Drop duplicate resulting prompts (e.g. from overlapping choices). |
| wildcards_diropt | STRING | Folder with <name>.txt files for __name__ refs. Empty = ComfyUI/wildcards if it exists. A missing file leaves the token unchanged. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| prompts | STRING | — |
| count | INT | — |
| preview | STRING | — |