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.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| scriptopt | STRING | Optional wired long script, combined after the brief on the node. | |
| first_frameopt | IMAGE | Exact opening anchor for the complete scene. | |
| last_frameopt | IMAGE | Exact final anchor for the complete scene. | |
| reference_imagesopt | IMAGE | Optional identity, wardrobe, prop, location, or style references. | |
| continuity_rulesopt | STRING | Optional wired continuity locks; overrides the face fallback when non-empty. | |
| lora_triggersopt | STRING | Exact trigger tokens appended deterministically to every generated H3 prompt. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| storyboard | DEXOGEN_STORYBOARD | Canonical versioned JSON carried as the DEXOGEN_STORYBOARD type. |
| json | STRING | The same canonical storyboard JSON as an ordinary STRING. |
| prompts | STRING | Generator-ready English H3 prompts, one list item per generation chunk. |
| frames | INT | Generation frame counts, including overlap, aligned with prompts. |
| seconds | FLOAT | Real generation seconds (frames / 24), aligned with prompts. |
| report | STRING | Schedule and validation summary. |