ComfyUI Node
π’ Integer Input
A ComfyUI node in ArchAi3d/Inputs with 5 inputs and 1 output.
π’ Integer Input
- INT
βnameint_inputβΊ
βvalue0βΊ
βmin-2147483648βΊ
βmax2147483647βΊ
βstep1βΊ
CategoryArchAi3d/Inputs
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | int_input | Identifier name for this input (used by web interface) |
| value | INT | 0-2147483648β2147483647 | The integer value to output |
| min | INT | -2147483648-2147483648β2147483647 | Minimum allowed value (for web interface validation) |
| max | INT | 2147483647-2147483648β2147483647 | Maximum allowed value (for web interface validation) |
| step | INT | 11β1000000 | Step increment (for web interface slider/input) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | β |