ComfyUI Node
AIHub Expose Integer
A ComfyUI node in aihub/expose with 13 inputs and 1 output.
AIHub Expose Integer
- INT
◄idexposed_integer►
◄labelExposed Integer►
◄tooltip►
◄min0►
◄min_expose_id►
◄min_expose_offset0►
◄max100►
◄max_expose_id►
◄max_expose_offset0►
◄step1►
◄value10►
◄advancedfalse►
◄index0►
Categoryaihub/expose
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| id | STRING | exposed_integer | A unique custom id for this workflow (it should be unique) |
| label | STRING | Exposed Integer | This is the label that will appear in the field |
| tooltip | STRING | An optional tooltip | |
| min | INT | 0-2147483648–2147483647 | — |
| min_expose_id | STRING | The id of another exposed integer to use its value as the min value for this integer | |
| min_expose_offset | INT | 0-1000–1000 | An optional offset to add to the exposed min value |
| max | INT | 100-2147483648–2147483647 | — |
| max_expose_id | STRING | The id of another exposed integer to use its value as the max value for this integer | |
| max_expose_offset | INT | 0-1000–1000 | An optional offset to add to the exposed max value |
| step | INT | 1-2147483648–2147483647 | — |
| value | INT | 10-2147483648–2147483647 | — |
| advanced | BOOLEAN | false | If set to true, it will make this option be hidden under advanced options for this workflow |
| index | INT | 0 | this value is used for sorting the input fields when displaying, lower values will appear first |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | — |