ComfyUI Node

Any Gate

A valve on one link. Toggle it closed and the flow stops here: everything downstream is skipped (no saves, no previews, no error), and the branch feeding the gate is not evaluated either — the input is lazy, so a sampler behind a closed gate never runs. Toggle it open and the node is a plain wire. Takes and returns any type.

By Kinburg·Created 3 months ago·Updated 2 days ago· 1
Any Gate
  • input
  • output
◄enabledtrue►
CategoryKinburg-Nodes/util

Inputs (2)

NameTypeDefaultDescription
input*Anything — image, latent, model, string, conditioning… LAZY: with the gate closed this input is not evaluated, so its upstream never runs.
enabledBOOLEANtrueOpen: the input passes straight to the output. Closed: nothing leaves this node — every node downstream is skipped silently, and the upstream feeding this gate is never evaluated either.

Outputs (1)

NameTypeDescription
output*—