Nodes/ComfyUI-Dexogen/Video Storyboard Dexogen External
ComfyUI Node

Video Storyboard Dexogen External

Uses an external OpenAI-compatible model to divide one brief or script into a strict English MiniMax H3 storyboard. Python owns the complete 17k+5 frame schedule, native latent-overlap accounting, IDs, timestamps, and beat slots; the language model fills only story and continuity content. The first, last, and additional reference images are sent under one bounded media budget. The API key is optional and stored outside the workflow behind an endpoint-bound opaque reference. A malformed response receives at most one deterministic full-plan repair request.

By dexogen·Created 5 days ago·Updated about 24 hours ago· 1
Video Storyboard Dexogen External
  • first_frame
  • last_frame
  • reference_images
  • storyboard
  • json
  • prompts
  • frames
  • seconds
  • report
script
continuity_rules
lora_triggers
Category🧬 Dexogen/🎬 Video

Inputs (6)

NameTypeDefaultDescription
scriptoptSTRINGOptional wired long script, combined after the brief on the node.
first_frameoptIMAGEExact opening anchor for the complete scene.
last_frameoptIMAGEExact final anchor for the complete scene.
reference_imagesoptIMAGEOptional identity, wardrobe, prop, location, or style references.
continuity_rulesoptSTRINGOptional wired continuity locks; overrides the face fallback when non-empty.
lora_triggersoptSTRINGExact trigger tokens appended deterministically to every generated H3 prompt.

Outputs (6)

NameTypeDescription
storyboardDEXOGEN_STORYBOARDCanonical versioned JSON carried as the DEXOGEN_STORYBOARD type.
jsonSTRINGThe same canonical storyboard JSON as an ordinary STRING.
promptsSTRINGGenerator-ready English H3 prompts, one list item per generation chunk.
framesINTGeneration frame counts, including overlap, aligned with prompts.
secondsFLOATReal generation seconds (frames / 24), aligned with prompts.
reportSTRINGSchedule and validation summary.