This is a simple ComfyUI custom node that splits a multi-line text input into a list of text chunks separated by empty lines.
- Split text on empty lines
- Removes whitespace-only segments
- Returns a real
LISTtype (usable in loops, iterators, etc.) - Works with any text-based workflow
Clone this repo into your ComfyUI custom_nodes folder: