Nodes Browser
ComfyDeploy: How Wildcards works in ComfyUI?
What is Wildcards?
Nodes:CLIPTextEncodeWithWildcards. This wildcard node is a wildcard node that operates based on the seed.
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
Wildcards
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
comfyui_wildcards
This is an attempt to recreate the wildcards plugin for Automatic1111 but for ComfyUI.
Installation Instructions
- Clone this repository into your custom_nodes directory (eg. /path/to/ComfyUI/custom_nodes)
- Create a directory in the root of your ComfyUI install called "wildcards" (eg. /path/to/ComfyUI/wildcards)
- Add .txt files with the various wildcards (check here for examples) todo add link
- Restart your ComfyUI application
- You should see that the custom node has been loaded successfully
Usage Instructions
- In ComfyUI add the new wildcards node by doing one of the following:
- right click > Add Node > conditioning > CLIPTextEncodeWithWildcards
- double click > add search text for "wildcards" > CLIPTextEncodeWithWildcards
- Activate wildcards by adding the filename surrounded by double underscores to the prompt (eg. __eyecolor__)
- You can use multiple wildcards if you choose (eg. __eyecolor__, __smile__)
- Wire the node up
Optional Instructions
The wildcard node can generate its own seed. This is useful if you want to recreate something over and over again with the same seed and the same wildcard options. If you wish to use this seed with the rest of your prompts/samplers you can redirect its INT output into the seed input
Instalation Screenshots
Usage Screenshots
Known Issues
- unlike the A1111 version, the wildcard that was picked does not get replaced in the png info