ComfyUI Node
Int Input Switch JK๐
Switch between two integer inputs based on boolean condition
Int Input Switch JK๐
- int_output
- boolean
โboolean_valuefalseโบ
โint_false0โบ
โint_true0โบ
Category๐ JK/๐ Switch
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| boolean_value | BOOLEAN | false | Condition to select between inputs (True=int_true, False=int_false) |
| int_false | INT | 0-18446744073709550000โ18446744073709550000 | Integer value to return when condition is False |
| int_trueopt | INT | 0-18446744073709550000โ18446744073709550000 | Integer value to return when condition is True (optional) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| int_output | INT | โ |
| boolean | BOOLEAN | โ |