@milenyumai/film-kit 2.3.6 → 2.3.7
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 +103 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,6 +126,109 @@ When the active model is not Kling, generated runtime files intentionally render
|
|
|
126
126
|
|
|
127
127
|
Use this mode when the source material is a character reference image plus a brief rather than explicit start/end frames. Film-Kit first prepares character-sheet prompts, then per-shot storyboard prompts. Optional storyboard images can be supplied as loose composition/timing guides.
|
|
128
128
|
|
|
129
|
+
### Storyboard Mode Setup For Supported Tools
|
|
130
|
+
|
|
131
|
+
Storyboard-reference mode is installed from the same canonical package for every tool:
|
|
132
|
+
|
|
133
|
+
```bash
|
|
134
|
+
npm install --save-dev @milenyumai/film-kit
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
You can also skip local install and use package-direct `npx` commands. Do not install or run old standalone preset package names.
|
|
138
|
+
|
|
139
|
+
Create your input files first:
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
mkdir -p refs
|
|
143
|
+
# Put the exact character identity image here:
|
|
144
|
+
# refs/character.png
|
|
145
|
+
#
|
|
146
|
+
# Put the video brief here:
|
|
147
|
+
# scenario.md
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
Install the storyboard runtime for all supported tools at once:
|
|
151
|
+
|
|
152
|
+
```bash
|
|
153
|
+
npx @milenyumai/film-kit init \
|
|
154
|
+
--preset single \
|
|
155
|
+
--model seedance-2.0 \
|
|
156
|
+
--reference-mode storyboard-reference \
|
|
157
|
+
--platforms codex,claude,cursor,copilot,antigravity \
|
|
158
|
+
--max-storyboard-phases 4
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
Supported tool-specific setup commands:
|
|
162
|
+
|
|
163
|
+
| Tool | Setup command | Main files created |
|
|
164
|
+
|---|---|---|
|
|
165
|
+
| OpenAI Codex App | `npx @milenyumai/film-kit init --preset single --model seedance-2.0 --reference-mode storyboard-reference --platforms codex --max-storyboard-phases 4` | `AGENTS.md`, `.codex/config.toml`, `.codex/agents/*.toml`, `.agents/skills/storyboard-reference/SKILL.md` |
|
|
166
|
+
| Claude Code | `npx @milenyumai/film-kit init --preset single --model seedance-2.0 --reference-mode storyboard-reference --platforms claude --max-storyboard-phases 4` | `CLAUDE.md`, `.claude/CLAUDE.md`, `.claude/rules/*`, `.claude/agents/prompt-engineer.md` |
|
|
167
|
+
| Cursor | `npx @milenyumai/film-kit init --preset single --model seedance-2.0 --reference-mode storyboard-reference --platforms cursor --max-storyboard-phases 4` | `.cursorrules`, `.cursor/rules/global.mdc`, `.agent/workflows/generate-storyboard.md` |
|
|
168
|
+
| GitHub Copilot | `npx @milenyumai/film-kit init --preset single --model seedance-2.0 --reference-mode storyboard-reference --platforms copilot --max-storyboard-phases 4` | `.github/copilot-instructions.md`, `.github/instructions/shotforge.instructions.md` |
|
|
169
|
+
| Antigravity | `npx @milenyumai/film-kit init --preset single --model seedance-2.0 --reference-mode storyboard-reference --platforms antigravity --max-storyboard-phases 4` | `.agent/skills/shotforge-generate/SKILL.md`, `.agent/workflows/generate-storyboard.md`, `.agent/skills/storyboard-reference/SKILL.md` |
|
|
170
|
+
|
|
171
|
+
For a studio-style project with refs and render-stage metadata, use `studio` instead:
|
|
172
|
+
|
|
173
|
+
```bash
|
|
174
|
+
npx @milenyumai/film-kit init \
|
|
175
|
+
--preset studio \
|
|
176
|
+
--model seedance-2.0 \
|
|
177
|
+
--reference-mode storyboard-reference \
|
|
178
|
+
--platforms codex,claude,cursor,copilot,antigravity \
|
|
179
|
+
--refs-dir ./refs \
|
|
180
|
+
--gpt-image-size 2048x1152 \
|
|
181
|
+
--gpt-image-quality medium \
|
|
182
|
+
--gpt-image-format png \
|
|
183
|
+
--max-storyboard-phases 4
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
After setup, open the Git project root in your tool. Use this as the first prompt in Codex, Claude Code, Cursor, Copilot Chat, or Antigravity:
|
|
187
|
+
|
|
188
|
+
```text
|
|
189
|
+
Read the Film-Kit storyboard-reference instructions in AGENTS.md and .agent/workflows/generate-storyboard.md.
|
|
190
|
+
|
|
191
|
+
Use refs/character.png as the exact character identity reference.
|
|
192
|
+
Use scenario.md as the video brief.
|
|
193
|
+
Target model: seedance-2.0.
|
|
194
|
+
Duration: 15 seconds.
|
|
195
|
+
Aspect ratio: 16:9.
|
|
196
|
+
|
|
197
|
+
Generate the storyboard-reference package only:
|
|
198
|
+
- one GPT Image 2 character sheet prompt
|
|
199
|
+
- one 12-panel raw-pencil GPT Image 2 storyboard prompt
|
|
200
|
+
- one Seedance 2.0 video prompt that uses the generated storyboard as @Image2
|
|
201
|
+
- outputs/storyboard-prompt.md
|
|
202
|
+
- outputs/storyboard-prompts/SHOT01-GPT-IMAGE-2-STORYBOARD.md
|
|
203
|
+
- outputs/prompt-bundles/SHOT01.bundle.json
|
|
204
|
+
- outputs/shots/SHOT01.md
|
|
205
|
+
- outputs/reports/STORYBOARD-REFERENCE-QA.md
|
|
206
|
+
|
|
207
|
+
Do not create ILK FRAME, İLK FRAME, SON FRAME, SHOT_START, or SHOT_END sections.
|
|
208
|
+
Do not render images or video yet; first produce and QA the prompt package.
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
If your tool supports slash-style workflow prompts, this shorter first prompt is also valid:
|
|
212
|
+
|
|
213
|
+
```text
|
|
214
|
+
/generate
|
|
215
|
+
Storyboard-reference mode. Character reference: refs/character.png. Brief: scenario.md. Model: seedance-2.0. Duration: 15s. Aspect: 16:9. Generate the 12-panel raw-pencil storyboard prompt and Seedance video prompt package only. No ILK/SON frames. No rendering yet.
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
Terminal-only generation is available when you want the package files without opening an agent tool:
|
|
219
|
+
|
|
220
|
+
```bash
|
|
221
|
+
npx @milenyumai/film-kit generate-storyboard \
|
|
222
|
+
--character-ref ./refs/character.png \
|
|
223
|
+
--brief ./scenario.md \
|
|
224
|
+
--models seedance-2.0 \
|
|
225
|
+
--duration 15 \
|
|
226
|
+
--aspect 16:9 \
|
|
227
|
+
--output-dir ./outputs
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
After the command finishes, start with `outputs/storyboard-prompt.md`. It is the ready-to-use GPT Image 2 storyboard image prompt. Then use `outputs/shots/SHOT01.md` or `outputs/prompt-bundles/SHOT01.bundle.json` for the Seedance 2.0 prompt.
|
|
231
|
+
|
|
129
232
|
Initialize a Seedance storyboard-reference runtime:
|
|
130
233
|
|
|
131
234
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milenyumai/film-kit",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.7",
|
|
4
4
|
"description": "Single-package Film-Kit distribution with preset-driven cinematic runtime setup for OpenAI Codex App, Claude Code, Cursor, Copilot, and Antigravity.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/index.js",
|