ComfyUI Node
π Conditional Splitter (nhk)
Splits input to two outputs based on condition with lazy evaluation
π Conditional Splitter (nhk)
- input
- pass_output
- fail_output
- info
βconditiontrueβΊ
Categorynhk/wip
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| input | * | Input to route to pass or fail output | |
| condition | BOOLEAN | true | True = route to pass_output, False = route to fail_output |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| pass_output | * | Output when condition is True (lazy - only executes if condition=True) |
| fail_output | * | Output when condition is False (lazy - only executes if condition=False) |
| info | STRING | Which output is active |