ComfyUI Node
Switch Integer
A ComfyUI node in ✨ LF Nodes/Logic with 4 inputs and 2 outputs.
Switch Integer
- ui_widget
- int
- int_list
◄on_true0►
◄on_false0►
◄booleanfalse►
Category✨ LF Nodes/Logic
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| on_true | INT | 0 | Value to return if the boolean condition is true. |
| on_false | INT | 0 | Value to return if the boolean condition is false. |
| boolean | BOOLEAN | false | Boolean condition to switch between 'on_true' and 'on_false' values. |
| ui_widgetopt | KUL_PROGRESSBAR | [object Object] | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| int | INT | — |
| int_list | INT | — |