ComfyUI Node
Text Rows Crawl (CRT)
Outputs one row from a multiline string. The selected row is seed % row_count, driven by ComfyUI's native seed control.
Text Rows Crawl (CRT)
- selected_row
◄text—►
◄seed0►
CategoryCRT/Text
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Multiline text to select a row from. | |
| seed | INT | 00–18446744073709550000 | Selects the row as seed % number_of_rows. Use ComfyUI's seed control (fixed / increment / decrement / randomize) to crawl. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| selected_row | STRING | — |