ComfyUI Node
Conditional Branch
A ComfyUI node in Boolean Expressions with 3 inputs and 1 output.
Conditional Branch
- if_true
- if_false
- result
◄conditiontrue►
CategoryBoolean Expressions
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| condition | BOOLEAN | true | The boolean condition. |
| if_true | * | Value to return if condition is met. | |
| if_false | * | Value to return if condition is not met. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| result | * | — |