ComfyUI Node
Int Switch
A ComfyUI node in nifty/logic with 3 inputs and 1 output.
Int Switch
- INT
◄booleantrue►
◄on_true0►
◄on_false0►
Categorynifty/logic
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| boolean | BOOLEAN | true | Determines which integer value is returned. |
| on_true | INT | 0-9223372036854776000–9223372036854776000 | Returned when boolean is True. |
| on_false | INT | 0-9223372036854776000–9223372036854776000 | Returned when boolean is False. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | — |