cerevox 4.72.0 → 4.72.1

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.
@@ -7,10 +7,10 @@ const sketchIntensityMap = {
7
7
  aggressive: `【镜头强度】镜头冲击力更强,节奏起伏更大,适合短视频感的草图分镜。`,
8
8
  };
9
9
  /**
10
- * 生成适合 gpt-image-2 的黑白手绘分镜草稿加导演手册提示词。
10
+ * 生成适合 gpt-image-2 的简洁表格式黑白手绘分镜草稿提示词。
11
11
  *
12
12
  * @param params 模板参数,包括用户剧情、页宽高比、格数限制、参考视频时长和镜头强度。
13
- * @returns 适合用于生成单页黑白手绘分镜草稿加导演手册的英文主提示词。
13
+ * @returns 适合用于生成单页表格式分镜草稿的英文主提示词。
14
14
  *
15
15
  * @example
16
16
  * ```ts
@@ -47,16 +47,16 @@ function storyboardSketchTemplate(params) {
47
47
  const intensityBlock = sketchIntensityMap[cinematicIntensity] ?? sketchIntensityMap.strong;
48
48
  const panelCountRule = safeMaxPanels
49
49
  ? `
50
- 【画格数量基本规则】
50
+ 【镜头数量规则】
51
51
  - 实际可识别的叙事画格数量不多于 ${safeMaxPanels}
52
52
  - 可以少于 ${safeMaxPanels},但不要多于 ${safeMaxPanels}
53
- - 根据剧情节奏自然分格,不要为了凑数而平均切分
53
+ - 根据剧情节奏自然分镜,不要为了凑数而平均切分
54
54
  `.trim()
55
55
  : `
56
- 【画格数量基本规则】
56
+ 【镜头数量规则】
57
57
  - 根据剧情信息量、动作复杂度和阅读清晰度自动决定画格数量
58
58
  - 最终画格数量通常控制在 3~12 格
59
- - 优先保证单页可读性和镜头节奏,不要使用过碎分格
59
+ - 优先保证单页可读性和镜头节奏,不要使用过碎分镜
60
60
  `.trim();
61
61
  const videoDurationRule = effectiveTargetDuration !== undefined
62
62
  ? `
@@ -77,23 +77,23 @@ function storyboardSketchTemplate(params) {
77
77
  const finalOutputRule = safeMaxPanels
78
78
  ? `
79
79
  【最终输出】
80
- - 一张比例为 ${page_aspect_ratio} 的黑白手绘分镜草稿 + 导演手册页
81
- - 画格数量不多于 ${safeMaxPanels}
82
- - 明确阅读顺序,适合作为导演草图、镜头设计手册和后续视频分镜参考
80
+ - 一张比例为 ${page_aspect_ratio} 的黑白手绘表格式分镜草稿页
81
+ - 镜头数量不多于 ${safeMaxPanels}
82
+ - 明确阅读顺序,像简洁的分镜表,不要做复杂导演手册
83
83
  `.trim()
84
84
  : `
85
85
  【最终输出】
86
- - 一张比例为 ${page_aspect_ratio} 的黑白手绘分镜草稿 + 导演手册页
87
- - 画格数量由你根据剧情和节奏自动决定,通常控制在 3~12 格
88
- - 明确阅读顺序,适合作为导演草图、镜头设计手册和后续视频分镜参考
86
+ - 一张比例为 ${page_aspect_ratio} 的黑白手绘表格式分镜草稿页
87
+ - 镜头数量由你根据剧情和节奏自动决定,通常控制在 3~12 格
88
+ - 明确阅读顺序,像简洁的分镜表,不要做复杂导演手册
89
89
  `.trim();
90
- return `You are a professional film storyboard sketch artist and director's handbook designer creating a single page of black-and-white storyboard thumbnails plus production notes for GPT Image 2.
90
+ return `You are a professional film storyboard sketch artist creating a single page of clean black-and-white tabular storyboard draft for GPT Image 2.
91
91
 
92
92
  【Core Goal】
93
93
  - Create one single composed storyboard page, not multiple separate images
94
- - The page must read like a director's storyboard draft plus handbook sheet, with clear sequential storytelling and production notes
95
- - The result should feel close to a printed short-film previsualization manual page
96
- - Keep it readable, cinematic, structured, information-dense, and production-friendly
94
+ - The page must read like a simple storyboard draft sheet with table columns
95
+ - The result should feel close to a clear production storyboard table, not a dense manual page
96
+ - Keep it readable, cinematic, structured, and easy to scan at a glance
97
97
 
98
98
  【Visual Style Requirements】
99
99
  - monochrome black and white storyboard sketch
@@ -110,52 +110,48 @@ function storyboardSketchTemplate(params) {
110
110
  - preserve the feeling of fast previsualization sketches made by a film storyboard artist
111
111
 
112
112
  【Master Layout Requirements】
113
- - Output one complete storyboard handbook sheet
113
+ - Output one complete storyboard draft sheet
114
114
  - Overall page aspect ratio: ${page_aspect_ratio}
115
- - The page should resemble an A3 or tabloid-style director handout
116
- - Use a highly structured editorial layout with clear boxes, dividers, column groups, header bars, numbering blocks, note fields, and bottom reference strips
115
+ - The page should resemble a clean printed storyboard worksheet
116
+ - Use a simple structured table layout with clear boxes, dividers, rows, and column headers
117
117
  - Reading order must be obvious at a glance
118
118
  - The page must feel like one integrated document, not a collage of unrelated sketches
119
- - The upper area should contain project-level overview information
120
- - The middle area should contain the main storyboard shot blocks
121
- - The bottom area should contain supplementary director-manual sections
119
+ - The upper area should contain only a simple title block
120
+ - The middle area should contain the main storyboard rows
121
+ - The bottom area should contain only a brief director guidance box
122
122
 
123
- 【Top Header Bar Requirements】
124
- - Create a strong title area across the top of the page
125
- - The top bar should include:
126
- - project or trailer title
127
- - format label such as 分镜脚本 / 导演手册
128
- - short genre or style notes
129
- - very brief logline or story summary
130
- - page metadata fields such as DATE, DIR, PAGE, or similar production-sheet labels
131
- - This top area should feel like a real printed storyboard document header
132
- - Use Chinese for main text, but small standard film-document abbreviations such as DATE, PAGE, DIR, WS, MCU, CU, ECU, OTS are allowed when helpful
123
+ 【Top Title Block Requirements】
124
+ - Create a simple title area at the top of the page
125
+ - The top area should include:
126
+ - project or trailer title in Chinese
127
+ - short style note in Chinese
128
+ - target duration in Chinese
129
+ - Keep the top area clean and compact
130
+ - Do not add dense metadata fields or complicated production header bars
133
131
 
134
- 【Main Body Structure】
135
- - The middle area should be divided into 2 to 4 larger story sections or beats, like acts or story phases
136
- - Each section should have a bold section header bar
137
- - Each section should contain multiple numbered shot cards
138
- - Each shot card should include:
139
- - a shot number block
140
- - a timecode range or beat timing
141
- - a shot-size label such as WS, MCU, CU, ECU, OTS when useful
142
- - one main rough storyboard sketch
143
- - a small adjacent note column or note area
144
- - Each shot card should feel like a documentary production cell, not just a loose thumbnail
132
+ 【Main Table Structure】
133
+ - The main body should be one simple table
134
+ - Each storyboard row should correspond to one shot
135
+ - The table should feel similar to a storyboard worksheet, not a magazine spread
136
+ - Use clear column headers in Chinese
137
+ - Recommended columns are:
138
+ - 镜头
139
+ - 时间
140
+ - 画面内容(草图)
141
+ - 机位与运动
142
+ - 动作与表现
143
+ - 声音与氛围
144
+ - Keep the table compact, neat, and easy to read
145
+ - Each row should have one sketch image cell and several short text cells
145
146
 
146
- Shot Card Layout Rules】
147
- - Inside each shot card, the sketch must be the visual center
148
- - Near the sketch, include compact Chinese director notes describing shot intent
149
- - The note area can include:
150
- - shot description
151
- - camera angle
152
- - focal length or lens suggestion
153
- - movement suggestion
154
- - emotional beat
155
- - action emphasis
156
- - atmosphere cue
157
- - Different shot cards may vary in sketch size, but the page must remain disciplined and grid-like
158
- - The page should feel information-rich yet tidy, similar to a real director prep sheet
147
+ Row Rules】
148
+ - The sketch cell should be the widest column in each row
149
+ - Each sketch should be a black-and-white storyboard thumbnail
150
+ - Text cells should use short Chinese phrases, not long explanations
151
+ - Keep every row visually consistent
152
+ - Do not create complex section headers, sidebars, reference strips, or multi-module handbook layouts
153
+ - The overall result should look simple, clean, and practical
154
+ - In the 机位与运动 column, use concrete professional camera language instead of vague wording
159
155
 
160
156
  ${panelCountRule}
161
157
 
@@ -173,31 +169,73 @@ ${videoDurationRule}
173
169
  - Use strong silhouette design so the action reads immediately even in rough sketch form
174
170
  - Reduce costume, texture, and prop detail to only what is necessary for recognition
175
171
  - Faces can be simplified, but expression and head direction should remain readable
176
- - Beside every panel, add a compact Chinese annotation block or side note field
177
- - The annotation block should feel like professional storyboard notes written by a Chinese-speaking director or storyboard artist
178
- - Each annotation block should preferably contain:
179
- - panel number
180
- - timecode or beat range
181
- - interior or exterior
182
- - scene/location
183
- - time of day
184
- - shot size
185
- - brief action description
186
- - emotional tone
187
- - optional lens or movement note
188
- - Keep the annotation concise, readable, and placed beside or just outside the panel without blocking important drawing content
172
+ - Each row should include:
173
+ - shot number
174
+ - time range
175
+ - one storyboard sketch
176
+ - camera position and movement
177
+ - action and performance
178
+ - sound and mood
179
+ - Keep all notes concise and table-like
180
+ - Do not add floating notes outside the table
181
+
182
+ 【Camera Movement Guidance】
183
+ - The 机位与运动 column must provide practical professional shot design that can directly guide image generation
184
+ - Every shot should choose one main camera strategy and, if needed, one supporting movement only
185
+ - Do not stack too many camera tricks in the same shot
186
+ - Camera choice must match story purpose, emotional beat, and shot duration
187
+ - Use short Chinese phrases such as 中近景推进, 手持跟拍, 低机位环绕, 俯拍下压, 慢速拉远, 甩镜转场, 希区柯克变焦
188
+
189
+ 【Common Camera Moves】
190
+ - 固定机位: use for clear exposition, stable dialogue, or dramatic pause
191
+ - 推近: use to strengthen focus, emotional pressure, realization, or threat
192
+ - 拉远: use to release emotion, reveal environment, or create aftermath feeling
193
+ - 平移: use to reveal information sideways, connect subjects, or guide attention
194
+ - 摇镜: use to follow gaze, reveal targets, or shift dramatic focus
195
+ - 俯仰: use to reveal vertical scale, danger, or psychological pressure
196
+ - 跟拍: use for pursuit, urgency, movement continuity, and embodied presence
197
+ - 手持跟随: use for instability, panic, realism, combat, or impact
198
+ - 环绕: use for heroic emphasis, emotional climax, transformation, or standoff
199
+ - 升降: use to reveal status change, spatial hierarchy, or epic feeling
200
+ - 甩镜: use for violent transition, sudden reaction, or rhythm accent
201
+ - 变焦: use sparingly for attention shift, comic punch, or stylized emphasis
202
+ - 焦点转移: use when dramatic attention moves between foreground and background
203
+
204
+ 【Advanced Camera Techniques】
205
+ - 希区柯克变焦: combine push-in with zoom-out, or pull-out with zoom-in, for vertigo, shock, realization, fear, or spatial distortion
206
+ - 压迫式低机位推进: use low angle push-in for domination, threat, heroic rise, or power surge
207
+ - 高机位俯压: use high angle compression to show vulnerability, isolation, or tactical disadvantage
208
+ - 前景遮挡过镜: use moving foreground objects to add realism, voyeur feeling, layering, and transition energy
209
+ - 弧形包围运动: use curved move around subject to intensify confrontation, intimacy, or unstable emotion
210
+ - 长焦压缩跟移: use for battlefield chaos, crowd pressure, and compressed spatial tension
211
+ - 广角贴近推进: use when impact, speed, distortion, and proximity must feel aggressive
212
+ - 主观镜头推进: use when the audience should temporarily enter a character's perception or attack line
213
+
214
+ 【Camera Selection Logic】
215
+ - Use stable moves for exposition, orientation, and calm beats
216
+ - Use dynamic moves for conflict, chase, transformation, and impact moments
217
+ - Use stylized advanced techniques only when the story beat truly needs them
218
+ - If the shot duration is short, prefer one clear movement over complex combined movement
219
+ - If the beat is the emotional highlight of the sequence, choose the most expressive but still readable camera move
220
+ - The camera move must remain drawable in storyboard form and visually obvious in the sketch
221
+
222
+ 【Camera Language Quality Bar】
223
+ - Avoid generic wording like 运动镜头, 有动感, 镜头变化
224
+ - Prefer specific phrases like 低机位推进, 手持跟拍, 中景横移揭示, 特写慢推, 高机位拉远, 希区柯克变焦
225
+ - The movement note should feel like a real director or cinematographer instruction
226
+ - Keep the wording short, precise, and production-usable
189
227
 
190
228
  【Document Realism Rules】
191
- - The page should feel like a real artifact from a film director's prep package
192
- - Use ruled lines, table boxes, small labels, separators, and modular blocks to simulate a genuine production handout
229
+ - The page should feel like a real simple storyboard worksheet
230
+ - Use table boxes, clean row separators, and practical column headers
193
231
  - The three most important things are:
194
232
  - clear shot progression
195
- - believable handbook formatting
196
- - immediately readable production notes
233
+ - clean table formatting
234
+ - immediately readable shot information
197
235
  - The result should not look like a comic page poster
198
236
  - The result should not look like a mood board
199
- - The result should not look like a random thumbnail sheet
200
- - It must look like a storyboard draft plus director manual page
237
+ - The result should not look like a dense director manual
238
+ - It must look like a simple storyboard draft sheet
201
239
 
202
240
  【Cinematic Rules】
203
241
  - Use meaningful variation in wide, medium, close-up, and extreme close-up shots
@@ -207,55 +245,45 @@ ${videoDurationRule}
207
245
 
208
246
  ${intensityBlock}
209
247
 
210
- 【Bottom Director Manual Area】
211
- - Reserve a clearly separated lower band across the page for supplementary manual content
212
- - This lower area should contain multiple boxed modules, not just one note strip
213
- - Include several of the following modules in a tidy editorial layout:
214
- - visual style reference strip
215
- - action or motion reference strip
216
- - lens / tone / atmosphere notes
217
- - color or grayscale rhythm guidance
218
- - sound or music beat bar
219
- - dialogue or line emphasis block
220
- - director memo or overall shooting note
221
- - The bottom area must include 2 to 4 highlighted key-shot mini sketches
222
- - These highlighted mini sketches can be simplified stick-figure or mannequin-style thumbnails
223
- - Each highlighted mini sketch should correspond to one important cinematic beat from the main storyboard
224
- - Camera movement descriptions should be professional and practical, and should use concise Chinese such as 推近, 拉远, 跟拍, 手持跟随, 甩镜, 焦点转移, 俯拍揭示, 低机位推进, 横向移动
225
- - If a sound or rhythm module appears, it should feel like a simple hand-drawn timing chart with beats or second marks
226
- - If a dialogue block appears, it should feel like a key line excerpt, slogan, or emotional line from the trailer, set apart from the storyboard panels
227
- - Director notes must support the storyboard rather than replace it
228
- - Keep the notes compact, readable, and production-oriented
248
+ 【Bottom Guidance Area】
249
+ - Reserve one simple bottom box for brief director guidance
250
+ - This bottom box may include 3 to 5 short Chinese bullet-style notes
251
+ - Notes can briefly mention:
252
+ - visual tone
253
+ - pacing
254
+ - camera language
255
+ - sound design
256
+ - Keep it concise and simple
257
+ - Do not add mini sketches, rhythm bars, or extra handbook modules
229
258
 
230
259
  【Reference Image Similarity Goal】
231
- - The overall layout should strongly resemble a polished storyboard draft plus director handbook sheet like a short-film previsualization sample
260
+ - The overall layout should strongly resemble a simple storyboard draft table like the reference image
232
261
  - Emphasize:
233
- - top title bar
234
- - multi-column story sections
235
- - numbered shot blocks
236
- - side annotation fields
237
- - lower handbook modules
238
- - The page should feel dense, professional, and printable
239
- - It should look like a page a director could hand to cinematography, art, and editing departments
262
+ - simple title block
263
+ - tabular rows
264
+ - numbered shots
265
+ - one sketch column
266
+ - short text columns
267
+ - one brief bottom guidance box
268
+ - The page should feel clean, professional, and printable
269
+ - It should look like a simple planning sheet a director can use quickly
240
270
 
241
271
  【Text Rules】
242
272
  - No dialogue balloons
243
273
  - No captions
244
274
  - No prose paragraphs
245
- - Use many small professional text blocks instead of large essay-like text
246
- - If panel labels are needed, keep them tiny and unobtrusive
247
275
  - Visible text should be primarily Chinese
248
- - Standard film-document shorthand such as WS, MCU, CU, ECU, OTS, DATE, PAGE, DIR is allowed when useful
249
- - Panel labels, shot annotations, timing notes, and director notes must feel like professional preproduction notation
250
- - Avoid decorative typography or poster-like slogans except in a small dedicated line block if needed
276
+ - Use short table-cell text only
277
+ - Panel labels, timing notes, and director notes must feel like practical preproduction notation
278
+ - Avoid decorative typography, poster-style headers, and excessive abbreviations
251
279
 
252
280
  【Model Guidance For GPT Image 2】
253
281
  - Favor document structure over painterly beauty
254
282
  - Favor readable shot design over excessive rendering
255
- - Favor black line clarity, white-page organization, and believable handbook layout
256
- - Keep the image easy to parse as a storyboard manual sheet
283
+ - Favor black line clarity, white-page organization, and believable table layout
284
+ - Keep the image easy to parse as a storyboard draft sheet
257
285
  - Do not turn this into a finished comic page or a realistic movie still
258
- - Do not let the extra handbook information overwhelm the shot readability
286
+ - Do not let text complexity overwhelm shot readability
259
287
 
260
288
  【User Input】
261
289
  ${userPrompt}
@@ -1 +1 @@
1
- {"version":3,"file":"storyboard-sketch-tpl.js","sourceRoot":"","sources":["../../src/utils/storyboard-sketch-tpl.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"storyboard-sketch-tpl.js","sourceRoot":"","sources":["../../src/utils/storyboard-sketch-tpl.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "4.72.0",
3
+ "version": "4.72.1",
4
4
  "description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",