ComfyUI Node
AIHub Expose String Selection
A ComfyUI node in aihub/expose with 8 inputs and 1 output.
AIHub Expose String Selection
- STRING
◄idstring_selection►
◄labelString Selection►
◄tooltip►
◄optionsoption1
option2
option3►
◄options_labelOption 1
Option 2
Option 3►
◄valueoption1►
◄advancedfalse►
◄index0►
Categoryaihub/expose
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| id | STRING | string_selection | A unique custom id for this workflow. |
| label | STRING | String Selection | This is the label that will appear in the field. |
| tooltip | STRING | An optional tooltip. | |
| options | STRING | option1 option2 option3 | A newline separated string array of values for the dropdown. |
| options_label | STRING | Option 1 Option 2 Option 3 | A newline separated string array of labels for the dropdown. Must match the number of options. |
| value | STRING | option1 | — |
| 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 | — |