ComfyUI Node
Switch Text
A ComfyUI node in exectails/Strings with 3 inputs and 1 output.
Switch Text
- text
◄option1►
◄option2►
◄switchfalse►
Categoryexectails/Strings
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| option1 | STRING | The option that will returned if the switch is off/false. | |
| option2 | STRING | The option that will returned if the switch is on/true. | |
| switch | BOOLEAN | false | The switch that determines which option to return. Option 1 if off, option 2 if on. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |