ComfyUI-Orchestration-Toolkit
A custom node pack for ComfyUI that improves prompt handling and workflow control.
ComfyUI-Orchestration-Toolkit
A custom node pack for ComfyUI that improves prompt handling and workflow control.
Included Nodes
PromptOrchestrator
A prompt management node designed for efficient text prompt handling.
It provides a clear interface for working with prompt lists stored as .txt files and separates the workflow into two branches:
-
Multi-Prompt Testing Branch
Loads curated prompt lists from theCuratedPromptsfolder for testing and comparing multiple prompts. -
Prompt Generation Branch
Loads generated prompt lists from theGeneratedPromptsfolder for prompt creation, refinement, or reuse.
The node loads the latest .txt file from each folder, provides two editable prompt fields, allows pasting the testing editor content into the generation editor, and lets you choose which branch is sent to the output.
This node is part of a workflow module built for structured multi-prompt testing and prompt generation inside ComfyUI.

Node State Controller
A workflow control node for fast node state handling in ComfyUI.
Targets can be captured from the canvas and assigned an action:
- Mute
- Unmute
- Bypass
- Unbypass
The controller can apply all configured actions instantly with a single button click or an optional keyboard shortcut.
It helps control workflows with multiple branches without adding extra connections to the canvas.

Installation
Install directly via the ComfyUI Manager.
Alternatively, clone the repository into your ComfyUI/custom_nodes/ directory:
git clone https://github.com/flows-and-frames/ComfyUI-Orchestration-Toolkit.git