ComfyUI Node
Wildcard Prompt
Resolves prompt wildcards from text files using a deterministic seed.
Wildcard Prompt
- STRING
- USED_SEED
◄prompt—►
◄seed0►
◄wildcard_path►
◄string_in—►
Categoryutils/text
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | Prompt template used when no external prompt input is connected. | |
| seed | INT | 00–18446744073709550000 | Seed used for deterministic wildcard selection when no external seed input is connected. |
| wildcard_path | STRING | Filesystem path to a folder containing wildcard .txt files. | |
| string_inopt | STRING | Optional external string input. When connected, it overrides the prompt text field. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |
| USED_SEED | INT | — |