ComfyUI Node
FloatIfElse
A ComfyUI node in PrzewodoUtils with 3 inputs and 1 output.
FloatIfElse
- FLOAT
◄conditioningtrue►
◄input_true0.00►
◄input_false0.00►
CategoryPrzewodoUtils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| conditioning | BOOLEAN | true | Boolean condition that determines which float value to return. True returns input_true, False returns input_false. |
| input_trueopt | FLOAT | 0.00 | Float value to return when conditioning is True. |
| input_falseopt | FLOAT | 0.00 | Float value to return when conditioning is False. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| FLOAT | FLOAT | — |