Nodes Browser
ComfyDeploy: How Negative Wildcard Processor Node for ComfyUI works in ComfyUI?
What is Negative Wildcard Processor Node for ComfyUI?
Node to process negative wildcard tokens (<! !>) and move them from the positive prompt to the negative.
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
Negative Wildcard Processor Node for ComfyUI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
comfyui-negativewildcardsprocessor
Contains two prompt manipulation nodes for ComfyUI.
Negative wildcards processor Moves any text from the positive prompt to the negative prompt, that is surrounded by <! !>. Useful for creating wildcards that include negative prompts like this: { rain, <!umbrella,!> | sunshine, <!sunglasses,!> }
Example usage and connections:
Custom token processor
Moves any text from the source prompt to the target prompt, that is surrounded by the given token. Useful for creating wildcards where part of the prompt is used differently than the rest (eg. part of the prompt goes to a sampler using a certain model, while the rest of the prompt goes to a sampler with a different model). If the token is "zyup", any text between <zyup .. zyup> will be moved from the source prompt to the target prompt (see example below).
Example usage and connections: