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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for Simple Wildcard and select it
  5. 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 use
  • input_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 use
  • suffix(STRING): The suffix to use
  • regex(STRING): If provided this will be used to filter the input files. case insensitive. only items that match will be used
  • exclude_regex(STRING): If provided this will be used to filter the input files. case insensitive. matched items will not be used
  • temp_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