Nodes Browser
ComfyDeploy: How Simple Wildcard works in ComfyUI?
What is Simple Wildcard?
A simple wildcard node for ComfyUI. Can also be used a style prompt node.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Simple Wildcard
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
SimpleWildcardsComfyUI
A simple wildcard node for ComfyUI. Can also be used a style prompt node.
SimpleConcat
Concats multiple text into one.
inputs
delimeter(STRING)
: The delimeter to useinput_0-9
: The inputs to concat
outputs
output_text(STRING)
: The generated string
SimpleWildcard
Where to place wildcard files
Place the wildcard files in the wildcards
folder in the root of your comfyui directory.
The files should end in .txt
and each value should be on it's own line.
inputs
seed(INT)
: The seed to use to choose the wildcard.control_after_generate
: What to do with the seed after queuing the prompt.input_files(LIST)
: A glob for the input files to use.input_text(LIST)
: Choose a line from the files yourself or select*
to choose at random using seed.prefix(STRING)
: The prefix to usesuffix(STRING)
: The suffix to useregex(STRING)
: If provided this will be used to filter the input files. case insensitive. only items that match will be usedexclude_regex(STRING)
: If provided this will be used to filter the input files. case insensitive. matched items will not be usedtemp_override(STRING)
: If not blank then overrides the output.output_blank_ratio(FLOAT)
: A number between 0 and 1 to determine if the output should be blank. Not used if temp_override is set.
outputs
output_text(STRING)
: The generated string