ComfyUI Node
Float input
Floating point number input
Float input
- parent
- value
- Order + 1
◄value_in—►
◄order10►
◄advancedfalse►
◄value_from_interface—►
◄default0.00►
◄minimum-9223372036854775808.00►
◄maximum9223372036854775808.00►
◄step1.00►
◄tooltip—►
Categoryapi/app
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| value_in | FLOAT | This value is used when running the workflow in ComfyUI. | |
| order | INT | 10 | Control order in its section. Lowest value at the top. Highest at the bottom. |
| advancedopt | BOOLEAN | false | Control is only shown when advanced is True. |
| value_from_interfaceopt | STRING | To be used when modifying the workflow API json from an external interface. Note that this string is interpreted as a json string. | |
| defaultopt | FLOAT | 0.00-9223372036854776000–9223372036854776000 | Web app control default value. |
| minimumopt | FLOAT | -9223372036854775808.00-9223372036854776000–9223372036854776000 | Web app control minimum value. |
| maximumopt | FLOAT | 9223372036854775808.00-9223372036854776000–9223372036854776000 | Web app control maximum value. |
| stepopt | FLOAT | 1.00-9223372036854776000–9223372036854776000 | Web app control step size. |
| parentopt | PARENT | Web app parent to add the node to. | |
| tooltipopt | STRING | Web app control tooltip. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| value | FLOAT | Output value. |
| Order + 1 | INT | Order number for the next control. |