ComfyUI Node
🔀 Cyber Switch
🔀 Cyber Switch — universal signal pass-through toggle. Accepts any data type (Image, Latent, Model, Clip, String, Int, Float, etc.) and passes it through when ON, or outputs nothing (`None`) when OFF.
🔀 Cyber Switch
- input
- output
◄enabletrue►
Category🎨 FiL Design/Tools
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| enable | BOOLEAN | true | ON (True) passes the input signal through. OFF (False) sends `None` downstream, and the rest of the graph keeps running. |
| inputopt | * | Any incoming data signal (Image, Latent, Model, String, etc.). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| output | * | The passed-through signal when ON. When OFF, `None` goes out instead. |