A semi-random prompt generator that uses wildcards.
Can mix 5 wildcard lists with each other.
Fill in the Green text fields with your wildcard lists. It is possible to mix up to 5 wildcard lists to generate semi-random image prompts, e.g. for memes or samples and send it as String to the CLIP Text Encoder.
The output audibility depends on LoRA or the base model you used!
* Prompt_Strings
Outputs all 5 Wildcard-Prompts in Order as array. (i never used it this way)
* String
Merges all prompts into a single string and outputs it as a single prompt
Prompt-Output:
['Wildcard 1', 'Wildcard 2', 'Wildcard 3', 'Wildcard 4', 'Wildcard 5']
The first four wildcard slots are each filled with over 50 very generic basic wildcard words (subject, details, setting, and style) and can be expanded as needed.
The fifth slot can be filled with your own wildcards, e.g., with desired trigger words if you want to test the output of a newly trained Lora or checkpoint.
Optionally, it is possible to use the Draw Text node to display the prompt text used at the bottom of the image.
Attention! Uses nodes from various extensions:
- rgthree
- comfy-custom-scripts
- comfy-easy-use
- comfy_prompt_wildcards
These may need to be installed separately.

