ComfyUI Node
Multiline String Repeater
Repeats lines in a multiline string. Choose 'Line by Line' to repeat each line individually, or 'Block' to repeat the entire text as a group.
Multiline String Repeater
- multiline_text
◄multiline_text►
◄repeat_each_line1►
◄repeat_typeLine by Line►
Categorynodesweet-hellorob
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| multiline_text | STRING | The input text where each line will be repeated | |
| repeat_each_line | INT | 11–100 | Number of times to repeat |
| repeat_type | COMBO | Line by Line | Line by Line: repeat each line individually (hello\nhello\nworld\nworld). Block: repeat all lines as a group (hello\nworld\nhello\nworld) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| multiline_text | STRING | — |