ComfyUI Node
Multiline Text Iterator
Each Run Task (Prompt), Will Iterator Once, Output Single String.
Multiline Text Iterator
- text_line
- count
◄persistence_memory_key_id—►
◄text—►
◄delimiter
►
◄skip_emptytrue►
◄modefixed►
◄force_resetfalse►
CategoryAsyncOutput/BatchIterator/String
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| persistence_memory_key_id | STRING | — | |
| text | STRING | — | |
| delimiter | STRING | — | |
| skip_empty | BOOLEAN | true | — |
| modeopt | COMBO | fixed | - fixed: if iterate count >= len(promts): return (comfy_execution.graph.ExecutionBlocker(None), ) - overflow: if iterate count >= len(promts): current_index = current_index mod len(promts) |
| force_resetopt | BOOLEAN | false | If enabled, will force_reset data in global memory |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| text_line | STRING | — |
| count | INT | — |