ComfyUI Node
Text Line Selector π
A ComfyUI node in π΅TOO-Pack/utils with 4 inputs and 6 outputs.
Text Line Selector π
- STRING
- indexed
- input_count
- output_count
- FLOAT
- INT
βpromptβΊ
βstart_index0βΊ
βmax_rows1000βΊ
βrange_strβΊ
Categoryπ΅TOO-Pack/utils
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | β | |
| start_index | INT | 00β9999 | β |
| max_rows | INT | 10001β9999 | β |
| range_str | STRING | Range selector (takes priority if filled). Dash for ranges: '0-2' (0,1,2), '4--1' (4,3,2,1,0). Comma for specific indices: '1,4' (1 and 4 only), '1,2,5' (1,2,5 only). Negatives supported: '-1' (last), '2--1' (2 to last) |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | β |
| indexed | STRING | β |
| input_count | INT | β |
| output_count | INT | β |
| FLOAT | FLOAT | β |
| INT | INT | β |