Releases: Carasibana/ComfyUI-PromptDrafter-SceneQueue
Releases · Carasibana/ComfyUI-PromptDrafter-SceneQueue
v1.0.1
v1.0.1
- Fixed raw widget text (
sq_collection_dataJSON) being partially visible above the Scene Queue editor UI - Fixed blank space at the bottom of the Scene Queue Controller node — the editor UI now fills the full node height and can be freely resized larger or smaller
- Added Disconnect Outputs and Reconnect Outputs buttons to the Distributor node — allows temporarily disconnecting all output wires so PromptDrafter node text fields can be edited manually, then reconnecting in one click
- Replaced all browser
alert(),confirm(), andprompt()calls with ComfyUI-native toast notifications and dialogs — fixes silent failures in ComfyUI Desktop (Electron) and browsers with popup blockers
v1.0.0
v1.0.0
- Public release: Initial stable version
- Architecture rewrite: replaced the re-queue loop with native
OUTPUT_IS_LISTbatch generation — all combinations now render in a single workflow run - Added Scene Queue Distributor node — auto-created and connected when Controller is placed; outputs preset text fields directly to PromptDrafter nodes
- Distributor output slots are dynamic: slots are added/removed and wires are drawn automatically when nodes are added or removed via the Controller editor
- Slot 0 on the Distributor is always
combination_tagand is never affected by group changes - Removed
combination_indexwidget and all re-queue /send_sync/scenequeue.advancelogic - Removed progress bar widget (no longer applicable to single-run batch model)