https://github.com/Creepybits/ComfyUI-Creepy_nodes
A collection of switch nodes for ComfyUI
https://github.com/Creepybits/ComfyUI-Creepy_nodes
Last synced: 21 days ago
JSON representation
A collection of switch nodes for ComfyUI
- Host: GitHub
- URL: https://github.com/Creepybits/ComfyUI-Creepy_nodes
- Owner: Creepybits
- License: apache-2.0
- Created: 2025-03-23T21:28:38.000Z (26 days ago)
- Default Branch: Master
- Last Pushed: 2025-03-23T22:30:03.000Z (26 days ago)
- Last Synced: 2025-03-23T22:31:37.247Z (26 days ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Creepy_nodes**
README
# ComfyUI-Creepy_nodes
A collection of switch nodes for ComfyUIThis set of nodes contains a set of easy switch nodes, and they don't require any extra installations.
### Installing
Open a command prompt from your custom_nodes folder and type:
`git clone https://github.com/Creepybits/ComfyUI-Creepy_nodes.git`
I will also request the nodes to get included in [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager) as soon as possible.
Restart ComfyUI
## NODES

* Multi Model Switch
* Multi VAE Switch
* Multi Clip Switch
* Multi Text SwitchThese nodes works as you might expect them to. You can connect 3 different input nodes, and decide which to use by enter a number between 1-3 in the nodes.
* Dynamic Model Switch
* Dynamic Clip SwitchThese two nodes works differently. The node will check input 1 and if there is a valid input in that slot it will forward it, if there is no input or an invalid input in the first input slot it will move on to the second one. If there's a valid input in the second slot it will use that one, else it will move to the third one. If no valid inputs are presented, the node will do nothing.