Create a directory in the root of your ComfyUI install called "wildcards" (ComfyUI/wildcards)
The "wildcards" in the directory of this plugin (/ComfyUI/custom_nodes/ComfyUI Prompt Wildcards/wildcards)
Nodes Parameter Explanation:
makiwildcards :
wildcards_count : Select the number of wildcards to use.
randoms : Whether to keep the seed random. When set to false, it selects the row based on the seed value. true is for replicating the original content (this parameter was not added before 2025/1/8), meaning random rows.
seed : Random seed, used to select a row from the txt file based on the randoms mode.
wildcard_name_{n} : Select wildcard files.
text : The content here will be added before the wildcards, separated by commas.
textconcatenate :
text_count : Select the number of texts to use.
delimiter : Separator.
clean_whitespace : Remove leading and trailing whitespace.
replace_underscores : Replace underscores with spaces.