ComfyUI Extension
comfyg-prompt
I did this node just to help me to quickly test models, trying to gen chars, styles, compositions, etc...
guerreiro/comfyg-prompt
Nodes1
On cloudLocal install
Categoryutils
Stars0
Updated5 months ago
Nodes (1)
Readme
Comfyg-Prompt
A ComfyUI custom node that queues one job per prompt. Dynamically add or remove prompt fields as needed.
What it does
Comfyg-Prompt allows you to:
- Enter multiple prompts in a single node
- Each prompt becomes a separate job in the ComfyUI queue
- Dynamically add or remove prompt fields
- Configure seed behavior for each job
Installation
Via ComfyUI Manager (Recommended)
- Open ComfyUI Manager
- Search for "Comfyg-Prompt"
- Click Install
- Restart ComfyUI
Manual Installation
cd ComfyUI/custom_nodes
git clone https://github.com/guerreiro/comfyg-prompt
pip install requests
Usage
- Add the Comfyg-Prompt node to your workflow
- Enter prompts in the text fields (click "+ Add Prompt" to add more)
- Configure seed and seed mode
- Click Run
The node will:
- Execute the first prompt immediately
- Queue remaining prompts as separate jobs
- Each job uses the configured seed mode
Seed Modes
| Mode | Description |
|------|-------------|
| fixed | Same seed for all jobs |
| increment | Seed increases by 1 for each job |
| decrement | Seed decreases by 1 for each job |
| random | Random seed for each job |
Outputs
| Output | Type | Description |
|--------|------|-------------|
| prompt | STRING | The current prompt text |
| seed | INT | The calculated seed value |
Requirements
- ComfyUI (latest version)
- Python 3.x
requestslibrary (for API calls)
License
MIT License