ComfyUI Node
AIHub Expose String
A ComfyUI node in aihub/expose with 13 inputs and 1 output.
AIHub Expose String
- STRING
◄idstring►
◄labelString►
◄tooltip►
◄minlen0►
◄minlen_expose_id►
◄minlen_expose_offset0►
◄maxlen1000►
◄maxlen_expose_id►
◄maxlen_expose_offset0►
◄value►
◄multilinefalse►
◄advancedfalse►
◄index0►
Categoryaihub/expose
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| id | STRING | string | A unique custom id for this workflow. |
| label | STRING | String | This is the label that will appear in the field. |
| tooltip | STRING | An optional tooltip. | |
| minlen | INT | 0 | — |
| minlen_expose_id | STRING | The id of another exposed string to use its length as the min length for this string | |
| minlen_expose_offset | INT | 0-1000–1000 | An optional offset to add to the exposed min length |
| maxlen | INT | 1000 | — |
| maxlen_expose_id | STRING | The id of another exposed string to use its length as the max length for this string | |
| maxlen_expose_offset | INT | 0-1000–1000 | An optional offset to add to the exposed max length |
| value | STRING | — | |
| multiline | BOOLEAN | false | If set to true, this field will allow multiline input. |
| advanced | BOOLEAN | false | If set to true, this option will 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 |
|---|---|---|
| STRING | STRING | — |