ComfyUI Node
Switch Float
A ComfyUI node in ✨ LF Nodes/Logic with 4 inputs and 2 outputs.
Switch Float
- ui_widget
- float
- float_list
◄on_true0.00►
◄on_false0.00►
◄booleanfalse►
Category✨ LF Nodes/Logic
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| on_true | FLOAT | 0.00 | Value to return if the boolean condition is true. |
| on_false | FLOAT | 0.00 | 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 |
|---|---|---|
| float | FLOAT | — |
| float_list | FLOAT | — |