2026-08-30: v24.5 - Fixed 'Auto-run restamping every job from the current Scene box' issue.
2026-08-27: v24.4 - (DaSiWa Friendly update) Seed value fixed (QuotaExceededError).
2026-08-25: v24.3 - (DaSiWa Friendly update) Res now uses the DaSiWa preset: 1.75mp-qhd, 0.26mp-preview, 1.00mp-1024p, 720p.
Aspect uses Settings (9:16 + swap → 16-9), not snapped pixels, so it stays on the small MP tiers.
Example for that card after Stamp queued:
scene1.2.5_1792x1024_16-9_1.75mp-qhd_4s_s1
2026-08-25: v24.2 - applied same fix to all user input fields (supporting DaSiWa custom nodes)
2026-08-25 update to v24 fix: flush widgets from the textarea, recapture the graph on Queue Prompt, prefer that live text, and stop rewriting parked cards.
QueueForge v24.5
Summary
Held ComfyUI queue. Park a job, edit it, then let it run.
Native ComfyUI starts as soon as you click Queue Prompt. QueueForge intercepts that click, holds the workflow, and lets you change prompt, size, duration, filename, and seed before it hits the GPU. Turn Auto-run on and the line drains unsupervised.
Why it exists
MiniMax H3 / DaSiWa batches are slow and expensive to redo. QueueForge is the missing “review the stack, then walk away” layer: hold, edit, name, reorder, clone seeds, then drain.
What you get
Hold new
Queue Prompt parks a card instead of starting.
Edit before start
Prompt, W×H, seconds, filename, seed — per job, stored in that job’s JSON.
Auto-run
Front job starts when Comfy is idle; the rest follow. Survives restart.
Start queue
Run the front job now, without turning Auto-run on.
Freeze
Interrupt the live GPU job and put it back at the front (re-submit, not mid-sampler resume).
W↔H
Swap that card’s width/height. DaSiWa aspect-swap is detected when Friendly is on.
Naming
Persistent Folder + Scene + Size / Aspect / Res / Duration / Seed / Datetime. Example: mmh3/videos/scene1.1_768x1344_9-16_720p_15s_s847291_20260824-211200
DaSiWa Friendly
Director 6-field prompt or any textbox on external_prompt_overwrite (Mira, Primitive, CR, combiners). Timeline refs, LoRA stack, noise_seed, Combine filename.
Refs
Image / video / audio / LoRA / models listed on the card.
KPI name
Kind + size + duration + prompt slug + seed + color stripe so clones are distinguishable.
Up / Down
Reorder. Clone seed for variations. Archive for later. Done tab when a job finishes.
Search / export
Filter, bulk archive/delete/export. JSON import.
Persistence
SQLite + browser cache. Folder, Scene, checkboxes, Friendly, and the queue survive Comfy restart.
Two switches
Hold new ON — new Queue Prompts park. They do not start themselves.
Auto-run ON — the parked line feeds Comfy one after another.
Build the line with Hold on and Auto-run off. Drain it with Auto-run on (or Start queue for one job).
DaSiWa Friendly is a third switch. Off for vanilla H3 / SDXL. On for DaSiWa Director / Ref2VA.
Prompt (DaSiWa ref2va friendly)
Overwrite cable
Card prompt
Connected
That STRING node’s text (any textbox)
Not connected
The six builder fields concatenated
A badge on the card shows which source was used.
Install
Unzip into ComfyUI/custom_nodes/QueueForge/ → restart → open the QueueForge v24 sidebar.
Full manual: QueueForge.md · QueueForge.DOC.html
Description
2026-08-30: v24.5 - Fixed 'Auto-run restamping every job from the current Scene box' issue.
2026-08-27: v24.4 - (DaSiWa Friendly update) Seed value fixed (QuotaExceededError).
2026-08-25: v24.3 - (DaSiWa Friendly update) Res now uses the DaSiWa preset: 1.75mp-qhd, 0.26mp-preview, 1.00mp-1024p, 720p.
Aspect uses Settings (9:16 + swap → 16-9), not snapped pixels, so it stays on the small MP tiers.
Example for that card after Stamp queued:
scene1.2.5_1792x1024_16-9_1.75mp-qhd_4s_s1
2026-08-25: v24.2 - applied same fix to all user input fields (supporting DaSiWa custom nodes)
2026-08-25: v24.1 - small fix, it wasn’t a missing UI redraw. New holds were reading the first cached textbox value, not what you just typed.
Mira (and similar) keep the new text in the DOM while widget.value stayed on shot 1. Scan then picked the longest string, so the old prompt won. Painting the list also re-scanned the live canvas onto every card.
v24 fix: flush widgets from the textarea, recapture the graph on Queue Prompt, prefer that live text, and stop rewriting parked cards.
══════════════════════════════════════
COMPATIBILITY
══════════════════════════════════════
• ComfyUI sidebar tab (or floating panel). Tested through ComfyUI 1.45 payload shapes.
• ComfyUI Manager: zip / local folder.
• MiniMax H3 native T2V / I2V / R2V — Friendly OFF
• DaSiWa MiniMax H3 Director / Ref2VA / FL2VA — Friendly ON
• Overwrite textboxes: Mira Text Box, Primitive STRING, CR Prompt Text, WAS / Easy-Use / rgthree, combiners — whatever is cabled in
• SDXL / stills / SaveVideo / VHS filename_prefix
• OS: Windows / macOS / Linux
Other queue UIs that also wrap api.queuePrompt can conflict. If a job never parks, turn those off and reload.
DaSiWa Settings is a subgraph. QueueForge patches the API prompt Comfy actually runs. Queue once with Friendly on and check W, H, seconds, prompt badge, refs, and file before a long batch.