ComfyUI Node
Text Line Select
Display text with optional line selection
Text Line Select
- text
- text_list
- count
- selected
◄text—►
◄select0►
◄randomfalse►
CategoryText Tools
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | — | |
| select | INT | 00–9223372036854776000 | Select which line to output (cycles through available lines). This number loops with a modulo operator. |
| random | BOOLEAN | false | When enabled, selects a random line instead of using the select index |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| text_list | STRING | — |
| count | INT | — |
| selected | STRING | — |