Extensions/comfyg-prompt
ComfyUI Extension

comfyg-prompt

I did this node just to help me to quickly test models, trying to gen chars, styles, compositions, etc...

By guerreiro·Created 5 months ago·Updated 5 months ago· 0
guerreiro/comfyg-prompt
Nodes1
On cloudLocal install
Categoryutils
Stars0
Updated5 months ago
Readme

Comfyg-Prompt

ComfyUI

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)

  1. Open ComfyUI Manager
  2. Search for "Comfyg-Prompt"
  3. Click Install
  4. Restart ComfyUI

Manual Installation

cd ComfyUI/custom_nodes
git clone https://github.com/guerreiro/comfyg-prompt
pip install requests

Usage

  1. Add the Comfyg-Prompt node to your workflow
  2. Enter prompts in the text fields (click "+ Add Prompt" to add more)
  3. Configure seed and seed mode
  4. 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
  • requests library (for API calls)

License

MIT License