ComfyUI Node
🪠️ WWAA Advanced Text Reader
Reads multiline text input and outputs lines as strings for Clip Text Encoders. Supports multiple traversal modes (forward, reverse, random) with line skipping and hold functionality. Can output individual lines with tracking of current position and remaining lines.
🪠️ WWAA Advanced Text Reader
- current_line_text
- current_line_number
- total_lines
- remaining_lines
◄text_input►
◄traversal_modeforward►
◄skip_lines0►
◄reset_counterfalse►
◄hold_current_textfalse►
◄starting_index0►
Category🪠️ WWAA/String
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| text_input | STRING | — | |
| traversal_mode | COMBO | forward | 3 options: forward, reverse, random |
| skip_lines | INT | 00–10 | — |
| reset_counter | BOOLEAN | false | — |
| hold_current_text | BOOLEAN | false | — |
| starting_indexopt | INT | 0 | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| current_line_text | STRING | — |
| current_line_number | INT | — |
| total_lines | INT | — |
| remaining_lines | INT | — |