Upload the breakdown script and style reference image, then trigger real per-cut image generation through the Production POC Worker.
Worker image flow
Inputs2 required files
Breakdown Script
Send extracted script text to the Worker, which remains the single parser for cut generation.
Pending
No file selected
Style Reference Image
Accept the visual style reference that later image generation will follow.
Pending
No file selected
Automation trigger Extracts script text in-browser, sends it with the reference image to the Worker, and requests per-cut image generation.
Upload both required files to enable automation.
Workflow5 milestone steps
01
Upload breakdown script
Required before the script can be parsed into cuts.
Pending
02
Upload style reference image
Required before the automation sequence can start.
Pending
03
Parse cuts from script
The browser extracts raw text, then the Worker parses the script into normalized cuts.
Locked
04
Generate image per cut
The Worker sends each cut plus the reference image to OpenAI and returns generated image assets.
Locked
05
Generate final video
Still deferred. This milestone does not call Seedance or create final video outputs.
Locked
DownloadsSession-only outputs
Generated Images
Downloads the generated cut images returned by the Worker. Files stay in memory only for this page session.
Not ready
Generated Video
Not part of this milestone. Video generation remains deferred until the next integration stage.
Deferred
No generated images in this session.
Generated cut images will appear here after the Worker completes image generation.
Milestone ScopeWhat is intentionally missing
This milestone uses browser-side text extraction and a Cloudflare Worker for real OpenAI image generation. It still excludes permanent storage, auth, database work, R2, and Seedance video generation.