@milenyumai/film-kit 2.3.4 → 2.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/build/index.d.ts +1 -1
- package/build/lib/cli.js +1 -1
- package/build/lib/configure.js +14 -9
- package/build/lib/storyboard-reference/adapters/seedance20.d.ts +1 -0
- package/build/lib/storyboard-reference/adapters/seedance20.js +27 -11
- package/build/lib/storyboard-reference/index.d.ts +1 -1
- package/build/lib/storyboard-reference/output-writer.js +6 -0
- package/build/lib/storyboard-reference/prompt-bundle-builder.js +89 -21
- package/build/lib/storyboard-reference/types.d.ts +35 -1
- package/build/lib/storyboard-reference/validators.js +9 -0
- package/build/lib/templates.js +1 -1
- package/content/skills/storyboard-reference/SKILL.md +13 -8
- package/content/workflows/generate-storyboard.md +8 -6
- package/package.json +1 -1
- package/packages/gpt-image-smart/content/skills/storyboard-reference/SKILL.md +13 -8
- package/packages/gpt-image-smart/content/workflows/generate-storyboard.md +24 -6
- package/packages/hybrid/content/skills/storyboard-reference/SKILL.md +13 -8
- package/packages/hybrid/content/workflows/generate-storyboard.md +24 -6
- package/packages/hybrid-smart/content/skills/storyboard-reference/SKILL.md +13 -8
- package/packages/hybrid-smart/content/workflows/generate-storyboard.md +24 -6
- package/packages/multi/build/lib/configure.js +4 -4
- package/packages/multi/build/lib/templates.js +9 -9
- package/packages/multi/content/skills/storyboard-reference/SKILL.md +13 -8
- package/packages/multi/content/workflows/generate-storyboard.md +24 -6
- package/packages/studio/content/skills/storyboard-reference/SKILL.md +13 -8
- package/packages/studio/content/workflows/generate-storyboard.md +24 -6
|
@@ -13,7 +13,7 @@ Use this skill when the user provides:
|
|
|
13
13
|
- a video brief or scenario text
|
|
14
14
|
- optional external storyboard guide images
|
|
15
15
|
|
|
16
|
-
The output is a production workflow, not only a video prompt. First create one reusable GPT Image 2 character sheet prompt per reference character. Then create one GPT Image 2 storyboard prompt per `SHOTNN.md`. The generated shot storyboard is the staging reference for the final video model prompt.
|
|
16
|
+
The output is a production workflow, not only a video prompt. First create one reusable GPT Image 2 character sheet prompt per reference character. Then create one GPT Image 2 storyboard prompt per `SHOTNN.md`. If no external storyboard image is supplied, this generated prompt is the mandatory storyboard bootstrap step. The generated shot storyboard is the staging reference for the final video model prompt.
|
|
17
17
|
|
|
18
18
|
## Reference Prep
|
|
19
19
|
|
|
@@ -36,11 +36,13 @@ For each shot, generate a professional GPT Image 2 storyboard prompt:
|
|
|
36
36
|
|
|
37
37
|
- provider: `gpt-image-2`
|
|
38
38
|
- aspect ratio: `16:9`
|
|
39
|
-
- panel budget:
|
|
40
|
-
-
|
|
41
|
-
-
|
|
39
|
+
- storyboard sheet panel budget: default is 12 cinematic panels in one GPT Image 2 storyboard sheet; an explicit storyboard panel hint may request 1-12 panels
|
|
40
|
+
- video phase budget: 4-6s = 1-2 phases, 7-10s = 2-3 phases, 11-15s = 3-4 phases
|
|
41
|
+
- hard cap: max 4 video phases per shot unless the configured project cap is lower
|
|
42
|
+
- split policy: 5+ distinct real video phases, scene changes, or location/action blocks must become separate chained `SHOTNN.md` files; 5-12 storyboard sheet panels alone do not force a split
|
|
42
43
|
- target detail: dense professional storyboard direction, concrete blocking and camera language, no decorative prose
|
|
43
|
-
- storyboard art grammar: black
|
|
44
|
+
- storyboard art grammar: white paper 16:9 production storyboard sheet, actual drawings black and white only, rough pencil lines, minimal detail, fast gesture drawing energy, simple anatomy construction, strong silhouette readability, unfinished previsualization feel
|
|
45
|
+
- hard negative style lock: do not create photorealistic cinematic stills, full-color rendered panels, concept art, movie frames, underwater/color-grade panels, 3D render, anime, CGI, or polished illustration
|
|
44
46
|
- annotation grammar: red arrows = body movement, blue arrows = camera movement, green marks = framing/composition, orange marks = lighting direction, purple marks = vocal/emotional emphasis, black text = very short lens notes and panel labels
|
|
45
47
|
- continuity: include previous shot handoff, next shot handoff, shared `visual_world`, screen direction, lighting, and action rhythm
|
|
46
48
|
|
|
@@ -75,9 +77,10 @@ Seedance 2.0:
|
|
|
75
77
|
- Map character sheet images to `@Image1`, `@Image2`, ... with legacy aliases `@image1`, `@image2`, ...
|
|
76
78
|
- Map the generated shot storyboard to the next image token, for example one character means `@Image2`, two characters means `@Image3`.
|
|
77
79
|
- Character image tokens control identity, face, body proportions, wardrobe, accessories, and visible props.
|
|
78
|
-
- The storyboard token controls composition, blocking, camera direction, timing, action rhythm, and phase order only.
|
|
79
|
-
- Follow
|
|
80
|
-
-
|
|
80
|
+
- The storyboard token is the complete visual/action/camera/choreography source and controls composition, blocking, camera direction, timing, action rhythm, framing variety, final pose, and phase order only.
|
|
81
|
+
- Follow all storyboard beats left-to-right, top-to-bottom. Do not reinterpret pose, action, camera angle, emotional progression, framing variety, movement logic, shot order, or final pose.
|
|
82
|
+
- Compress the full 12-beat default storyboard sheet into the requested duration as readable motion snapshots while preserving the duration-aware video phase budget.
|
|
83
|
+
- Treat storyboard arrows, labels, notes, lens notes, page headers, panel borders, and colored marks as planning annotations only; never render them into the video.
|
|
81
84
|
- Use explicit timeline phases when the storyboard has multiple beats.
|
|
82
85
|
- Use `No scene cuts throughout, one continuous shot` only for a true single uninterrupted camera move.
|
|
83
86
|
- For multi-phase storyboard prompts, use only the planned phase transitions and do not add unplanned cuts.
|
|
@@ -108,6 +111,7 @@ Each shot file contains:
|
|
|
108
111
|
- provider reference tokens
|
|
109
112
|
- GPT Image 2 storyboard prompt
|
|
110
113
|
- storyboard interpretation
|
|
114
|
+
- storyboard_creation metadata in `SHOTNN.bundle.json`
|
|
111
115
|
- audio plan
|
|
112
116
|
- prompt bundle for requested models
|
|
113
117
|
- QA verdict
|
|
@@ -116,6 +120,7 @@ Generated files:
|
|
|
116
120
|
|
|
117
121
|
```text
|
|
118
122
|
$OUTPUT_DIR/storyboard-reference-plan.json
|
|
123
|
+
$OUTPUT_DIR/storyboard-prompt.md
|
|
119
124
|
$OUTPUT_DIR/reference-prep/CHARACTER-SHEET-*.md
|
|
120
125
|
$OUTPUT_DIR/storyboard-prompts/SHOTNN-GPT-IMAGE-2-STORYBOARD.md
|
|
121
126
|
$OUTPUT_DIR/prompt-bundles/SHOTNN.bundle.json
|
|
@@ -33,11 +33,12 @@ description: Generate character sheet prompts, per-shot GPT Image 2 storyboard p
|
|
|
33
33
|
- exact identity, wardrobe, accessories, and visible props
|
|
34
34
|
- no labels, text, logos, watermarks, alternate designs, or extra characters
|
|
35
35
|
3. Confirm target models: `veo31`, `seedance-2.0`, `kling-3.0`, or a user-provided subset.
|
|
36
|
-
4. Select
|
|
37
|
-
- 4-6 seconds: 1-2
|
|
38
|
-
- 7-10 seconds: 2-3
|
|
39
|
-
- 11-15 seconds: 3-4
|
|
40
|
-
-
|
|
36
|
+
4. Select video phase budget and storyboard sheet panel count:
|
|
37
|
+
- 4-6 seconds: 1-2 video phases
|
|
38
|
+
- 7-10 seconds: 2-3 video phases
|
|
39
|
+
- 11-15 seconds: 3-4 video phases
|
|
40
|
+
- GPT Image 2 storyboard sheet defaults to 12 panels; explicit panel hints may request 1-12 panels
|
|
41
|
+
- 5+ distinct real video phases, scene changes, or location/action blocks: split into multiple `SHOTNN.md` files
|
|
41
42
|
5. Build `visual_world`:
|
|
42
43
|
- environment
|
|
43
44
|
- lighting
|
|
@@ -47,6 +48,7 @@ description: Generate character sheet prompts, per-shot GPT Image 2 storyboard p
|
|
|
47
48
|
6. Generate one GPT Image 2 storyboard prompt per shot:
|
|
48
49
|
- use character sheets as the only identity source
|
|
49
50
|
- use optional storyboard guide only for composition, blocking, camera, timing, and rhythm
|
|
51
|
+
- enforce white-paper, black-and-white rough pencil production storyboard artwork; only annotation arrows/marks may use color
|
|
50
52
|
- include previous shot handoff and next shot handoff
|
|
51
53
|
- preserve shared location, lighting, screen direction, action rhythm, and scene continuity
|
|
52
54
|
7. Build model prompt bundle:
|
|
@@ -89,8 +91,24 @@ npx @milenyumai/film-kit generate-storyboard \
|
|
|
89
91
|
- Missing character reference: stop and request a valid reference.
|
|
90
92
|
- Empty brief: stop and request a brief.
|
|
91
93
|
- Public figure / real-person likeness / trademark risk: stop or safely anonymize before prompt generation.
|
|
92
|
-
- 5+
|
|
94
|
+
- 5+ real video phases: do not compress into one prompt; split shots. 5-12 storyboard sheet panels alone do not force a split.
|
|
93
95
|
- Missing GPT Image 2 character sheet prompt: output is invalid.
|
|
94
96
|
- Missing GPT Image 2 per-shot storyboard prompt: output is invalid.
|
|
95
97
|
- Missing `Avoid` / negative prompt: output is invalid.
|
|
96
98
|
- Kling prompt missing required block structure: output is invalid.
|
|
99
|
+
- Main-shot `ILK FRAME`, `İLK FRAME`, `SON FRAME`, `SHOTNN_START`, `SHOTNN_END`, exact first-frame reuse instructions, or mandatory Start+End transition fields: output is invalid in storyboard-reference mode.
|
|
100
|
+
|
|
101
|
+
## Required SHOTNN.md Sections
|
|
102
|
+
|
|
103
|
+
Every storyboard-reference shot file must include:
|
|
104
|
+
|
|
105
|
+
- `Model Control`
|
|
106
|
+
- `Input Asset Roles`
|
|
107
|
+
- `Reference Asset Requirements`
|
|
108
|
+
- `GPT Image 2 Character Sheet Prompt` or a link to the generated character sheet prompt
|
|
109
|
+
- `GPT Image 2 SHOTNN Storyboard Prompt`
|
|
110
|
+
- `Storyboard Plan`
|
|
111
|
+
- `Audio Plan`
|
|
112
|
+
- `Seedance 2.0 Ready Video Prompt` or model-ready equivalent
|
|
113
|
+
- `Coverage Shots`
|
|
114
|
+
- `QA Verdict`
|