feat(video-from-script): 更新 imagePrompt 模型适配规则
在单图模式提示词中增加 imagePrompt 对不同模型的约束说明,明确 MJ 禁止写实人像描述,并补充 Kling 的适配规则。
This commit is contained in:
@@ -8,9 +8,17 @@
|
||||
## 单图模式提示词
|
||||
|
||||
每条文案生成:
|
||||
- `imagePrompt`:画面描述(英文,给 Gemini/MJ)
|
||||
- `imagePrompt`:画面描述(英文,给 Gemini/MJ/Kling)
|
||||
- `videoPrompt`:运动描述(英文,给 Grok/VEO/Kling)
|
||||
|
||||
### imagePrompt 模型适配
|
||||
|
||||
| 模型 | 约束 |
|
||||
|------|------|
|
||||
| Gemini | 无特殊限制 |
|
||||
| MJ | **禁止写实人像描述**(face, body, skin, portrait 等触发审核);人物用抽象表达(silhouette, figure from behind, shadow)或用场景/物体代替 |
|
||||
| Kling | 无特殊限制,参考图走 style_image |
|
||||
|
||||
### videoPrompt 规则
|
||||
|
||||
- 描述**运动**而非内容("zoom in" 而非 "a cat")
|
||||
|
||||
Reference in New Issue
Block a user