ComfyUI Extension
ComfyUI-Multiline-Text-Prompt
A custom node to sequentially execute batches of text prompts line-by-line from a single multiline input.
Mileshighclub69/ComfyUI-Multiline-Text-Prompt
Nodes1
On cloudLocal install
Categoryutils/text
Stars0
Updatedabout 20 hours ago
Readme
ComfyUI Multiline Prompt Sequencer
A lightweight, zero-dependency custom node for ComfyUI that sequentially executes a list of prompts line-by-line from a single text box. Perfect for batching 100+ generations smoothly without messy routing nodes.
<img width="1136" height="832" alt="{6307E341-7E39-4BA8-AE1A-AB6CBB378A0B}" src="https://github.com/user-attachments/assets/70b4db48-6b62-49fa-9b2e-09d4bdcc5952" />Features
- Multiline Input: Paste your prompt list directly, using one line per unique prompt.
- Visual Auto-Counter: The
current_linewidget physically ticks up or down on your dashboard in real-time. - Seamless Looping: Automatically wraps back around to the first line when it reaches the end of your list.
- Three Modes:
increment(move down the list),decrease(move up the list), andfixed(freeze on the current line).
Installation
Install via ComfyUI Manager or:
-
Navigate to your ComfyUI custom nodes directory in cmd:
cd ComfyUI/custom_nodes -
Clone this repository:
git clone https://github.com/Mileshighclub69/ComfyUI-Multiline-Text-Prompt.git
How to Use
- Add the Multiline Prompt Sequencer node to your canvas.
- Connect
current_promptdirectly into your CLIP Text Encode node. - Paste your prompts into the text box (one distinct prompt per line).
- Set the
modedropdown toincrement.
License
This project is licensed under the MIT License - see the LICENSE file for details.