Optional wildcards in ComfyUI
Optional wildcards in ComfyUI
[简体中文|English]
Using prompt wildcards through selection.
Similar to the role of stable-diffusion-webui-wildcards in ComfyUI, but not used __name__
.
2025/03/20: To ensure that under the same seed value, each distinct count retrieves different content even when using the same file, the randomization method for randoms was revised. Future implementations leveraging the same seed will now produce outputs divergent from those prior to this update (March 20, 2025).
Wildcards folder PATH:
Nodes Parameter Explanation:
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.randoms
mode.randoms
and seed
in this system mirrors their usage in makiwildcards
. Here:
text
parameter specifies the textual content requiring randomization.randoms
and seed
, functioning identically to how wildcard systems parse and utilize line-based data from .txt files (e.g., similar to traditional wildcards).Clone the repository to custom_nodes
:
git clone https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards.git
node name:
This project is licensed under the MIT License.
<hr>