ComfyUI Node
Conditional Bypasser
When 'enabled' is true, passes the input through unchanged. When false, returns ExecutionBlocker so the downstream graph does not run. Accepts any data type.
Conditional Bypasser
- value
- output
◄enabledtrue►
CategoryMoonPack/utils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| value | * | Any input. Type-checked dynamically. | |
| enabled | BOOLEAN | true | If false, downstream execution is blocked via ExecutionBlocker. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| output | * | — |