SimpleWildcardsComfyUI

SimpleWildcardsComfyUI
★ 6

通配符提示词风格提示文本合并
用于ComfyUI的轻量级通配符节点,可在提示词中随机替换或作为风格提示使用,内置SimpleConcat可合并多段文本,提升提示多样性与复用性。
💡 生成多样化提示或合并风格文本以增强模型输出。
🍴 5 Forks💻 Python🔄 2025-04-02
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e00a65475347
📦 requirements.txt
pipe==2.2
📄 README

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