ComfyUI Node
Text w/ Dynamic Prompts
Loads user defined wildcard from the wildcards directory, and applies them to any wildcards in the text using the dynamic prompts library.
Text w/ Dynamic Prompts
- str
◄str_input—►
◄seed0►
◄cleanfalse►
◄prefix—►
◄suffix—►
CategorySage Utils/text/input
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| str_input | STRING | Text containing dynamic prompt wildcards. | |
| seed | INT | 00–4294967295 | Seed for wildcard generation. |
| clean | BOOLEAN | false | Remove unwanted whitespace or formatting after prompt generation. |
| prefixopt | STRING | Text to prepend before dynamic prompt expansion. | |
| suffixopt | STRING | Text to append after dynamic prompt expansion. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| str | STRING | Output value for str_output. |