ComfyUI Node
Integer input
Integer number input.
Integer input
- parent
- value
- Order + 1
◄value_in—►
◄order10►
◄advancedfalse►
◄value_from_interface—►
◄default0►
◄minimum-9223372036854776000►
◄maximum9223372036854776000►
◄step1►
◄tooltip—►
Categoryapi/app
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| value_in | INT | 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 | INT | 0-9223372036854776000–9223372036854776000 | Web app control default value. |
| minimumopt | INT | -9223372036854776000-9223372036854776000–9223372036854776000 | Web app control minimum value. |
| maximumopt | INT | 9223372036854776000-9223372036854776000–9223372036854776000 | Web app control maximum value. |
| stepopt | INT | 1-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 | INT | Output value. |
| Order + 1 | INT | Order number for the next control. |