Skip to content

Releases: Carasibana/ComfyUI-PromptDrafter-SceneQueue

v1.0.1

20 Mar 00:19

Choose a tag to compare

v1.0.1

  • Fixed raw widget text (sq_collection_data JSON) 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(), and prompt() calls with ComfyUI-native toast notifications and dialogs — fixes silent failures in ComfyUI Desktop (Electron) and browsers with popup blockers

v1.0.0

06 Mar 02:53

Choose a tag to compare

v1.0.0

  • Public release: Initial stable version
  • Architecture rewrite: replaced the re-queue loop with native OUTPUT_IS_LIST batch 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_tag and is never affected by group changes
  • Removed combination_index widget and all re-queue / send_sync / scenequeue.advance logic
  • Removed progress bar widget (no longer applicable to single-run batch model)