2🐕任务管理器
Queue N runs of a workflow and watch it count them down
If you've ever wanted to queue up ten runs of the same workflow and then walk away instead of mashing "Queue Prompt" ten times and babysitting the queue, EGRWGL - labeled "2🐕任务管理器" ("Task Manager" - the 2🐕 is the author's own "ergouzi" branding) - is a standalone panel node for exactly that. Type in how many runs you want, hit go, and it tracks how many have completed against how many you asked for, live, right there on the canvas.
It's genuinely different from every other node in this pack: it doesn't wire into your graph at all. There's nothing to plug in and nothing coming out - it's a self-contained control panel you drop wherever's convenient, not a step in your pipeline. It also ties into the pack's decorative layer: an animated puppy plays while a task is running (the same mascot system used elsewhere in the pack), and you can set a sound to play on completion, so a long batch actually announces itself instead of you having to keep checking back.
How it works
The node's own widgets - a task-count field, and controls to start or cancel the run - let you set how many times you want your current workflow re-executed, then trigger or cancel that batch. While it's working, the panel refreshes in real time, showing the count of tasks you asked for against the count that have actually finished. It's the node-based version of ComfyUI's own batch-run button, minus the trip back to the queue tab to check progress.
The inputs and outputs that matter
EGRWGL has no graph inputs and no outputs - this is one to take at face value rather than dig for wiring, because there genuinely isn't any. Everything happens through the node's own widgets on the canvas: set the task count, start or cancel from there, and read the live progress off the same panel. If you're expecting to route a value into or out of it the way you would with the pack's switch nodes, that's not how this one works.
How to install it
Search Comfyui-ergouzi-kaiguan in ComfyUI Manager and install, or clone it manually:
cd ComfyUI/custom_nodes
git clone https://github.com/11dogzi/Comfyui-ergouzi-kaiguan.git
Restart ComfyUI. No dependencies, no model downloads - EGRWGL ships in the same single install as the rest of the pack, and the task-progress animation and sound settings come along with it automatically.
Common issues & troubleshooting
The completed count isn't moving. This node counts finished executions of your current workflow, so if a run in the batch errors out partway through (a missing model, an OOM), the counter stalls at whatever finished before the failure rather than climbing to your target - check your ComfyUI console for the actual error instead of assuming the node itself is broken.
You don't want the animated dog or the completion sound. Both are part of this pack's shared mascot layer, not specific to this node - it's been confusing enough for people that it's shown up as a "what is this icon?" post on r/comfyui from someone who inherited a workflow without installing the pack themselves. Delete Comfyui-ergouzi-kaiguan/web/kaiguanj.js to turn the animation and icon off; older, pre-February-2025 installs also need ComfyUI/web/extensions/EG_KG removed.
You want per-item variation, not just repetition. EGRWGL re-runs the workflow as-is N times - it doesn't itself vary seeds, prompts, or any other input between runs. Pair it with ComfyUI's own randomized seed control (or another node that increments a value) if you want each of the N runs to actually differ; on its own, this node's job is purely the count-and-track part.
You wanted to cancel a batch partway through. The node exposes a cancel control alongside the start control for exactly this - use it rather than closing ComfyUI or force-stopping the process, which can leave the executor in a worse state than a clean cancel would.
Inputs (0)
No inputs
Outputs (0)
No outputs