ComfyUI Extension
uber_comfy_nodes
ComfyUI Nodes for misc. use-cases
saftle/suplex_comfy_nodes
Nodes5
On cloudLocal install
CategoryUber Comfy
Stars1
Updated2 years ago
Nodes (5)
Load Optional ControlNet Model
A ControlNet loader with an actual off switch
Uber Comfy
ControlNet Selector
Pick a ControlNet file without loading a single weight
Uber Comfy
Diffusers Selector
A dropdown of every diffusers-format model on your disk
Uber Comfy
Multi Input Variable Rewrite
Template strings with {a}–{e} placeholders — no scripting required
Uber Comfy
Save Image JPG No Meta
Save JPGs with zero metadata — no workflow leaked
Uber Comfy
Readme
Misc ComfyUI Nodes. Will continue adding more as I find nodes that don't otherwise exist.
Nodes:
- "ControlNet Selector" - This will let you select from all of your ControlNet models without forcing it to load them. Great for passing it to other nodes.
- "Load Optional ControlNet Model" - This is a fork of the original "Load ControlNet Model" node in comfy core, but instead of it auto-assigning a ControlNet load and forcefully loading it, it has an extra None value that you can use to trigger it to no longer load anything.
- "Diffusers Selector" - This will let you select from all of your Diffusers formatted models without forcing it to load them. Great for passing it to other nodes.
- "Save Image JPG No Meta" - This saves a JPG image (with optional quality) without Metadata.
- "Multi Input Variable Rewrite" - Allows using inputs as variables to rewrite a string