Nodes Browser
ComfyDeploy: How WebDev9000-Nodes works in ComfyUI?
What is WebDev9000-Nodes?
Nodes:Ignore Braces, Settings Switch.
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
WebDev9000-Nodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
WebDev9000 Nodes
A few misc ComfyUI nodes I've created for various needs.
IgnoreBrace
A string input node that disables "dynamic prompts", thereby allowing unescaped braces { } in your prompts.
Created to fix an issue loading LoRA with braces in their names via ComfyUI Prompt Control.<br /> Without disabling dynamic prompts, braces in the filename are otherwise incompatible even when escaped.
Suggested to use with my Extra Network Browser
SettingsSwitch
A node I made to switch between two sets of settings I use often in a high-res pass.
Plug it into Steps and Denoise on a KSampler node to quickly toggle between two presets. <br /> Low denoise = steps: 5, denoise: 0.35<br /> High denoise = steps: 10, denoise: 0.5
Installation
Git clone this repo in the ComfyUI/custom_nodes folder.