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.
Any Gate
- input
- output
◄enabledtrue►
CategoryKinburg-Nodes/util
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| input | * | Anything — image, latent, model, string, conditioning… LAZY: with the gate closed this input is not evaluated, so its upstream never runs. | |
| enabled | BOOLEAN | true | Open: 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)
| Name | Type | Description |
|---|---|---|
| output | * | — |