ComfyUI Node
AUN Wildcard Add-To-Prompt
Randomize local wildcard syntax each execution, then conditionally add the populated text to a prompt.
AUN Wildcard Add-To-Prompt
- prompt
- populated_text
◄wildcards—►
◄wildcard_selector▾►
◄delimiter, ►
◄orderprompt_first►
◄modeon►
◄prompt—►
CategoryAUN Nodes/Text
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| wildcards | STRING | Wildcard template text to add. Supports common wildcard syntax like __name__ and {a|b|c}. | |
| wildcard_selector | COMBO | Quick insert a discovered wildcard token into text_to_add. | |
| delimiter | STRING | , | Delimiter to use between the prompt and the processed text. |
| order | COMBO | prompt_first | Order to use when combining the prompt and the processed text. |
| mode | COMBO | on | Whether to add the processed text: on, off, or random 50/50. |
| promptopt | STRING | Optional prompt to extend. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| populated_text | STRING | — |