ComfyUI Node
Text Line Selector
A ComfyUI node in utils with 3 inputs and 2 outputs.
Text Line Selector
- selected_line
- index
◄multiline_text►
◄line_index1►
◄control_after_generateincrement►
Categoryutils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| multiline_text | STRING | Enter multiple lines of text, each line will be processed individually | |
| line_index | INT | 11–999999 | Line number to extract (1 = first line, 2 = second line, etc.) |
| control_after_generate | COMBO | increment | How to modify the index after generation: fixed (no change), increment (next line), decrement (previous line), or randomize (random line) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| selected_line | STRING | — |
| index | INT | — |