Nodes/FiL_Design_ImageMind/🔀 Cyber Switch
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.

By FiL-Design-Ai·Created 2 months ago·Updated 16 days ago· 3
🔀 Cyber Switch
  • input
  • output
enabletrue
Category🎨 FiL Design/Tools

Inputs (2)

NameTypeDefaultDescription
enableBOOLEANtrueON (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)

NameTypeDescription
output*The passed-through signal when ON. When OFF, `None` goes out instead.