ComfyUI Node
Switch Int
Returns if_true when condition is True, otherwise returns if_false. Works with integers.
Switch Int
- INT
◄conditionfalse►
◄if_true0►
◄if_false0►
CategorySimpleLogics/Switch
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| condition | BOOLEAN | false | — |
| if_true | INT | 0 | — |
| if_false | INT | 0 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | — |