feat(image-generator, video-from-script): 优化质量检查项,移除不适用条件

- 移除图片水印、字幕覆盖等视频素材级质量检查,改为 Agent 可自动化验证的检查项
- 将输出目录命名从 `{account}` 改为 `{name}`,与账号体系文档对齐
- 废弃 account.json 中已不再使用的 `pipeline` 字段
- 风格文件命名从英文改为中文,更直观易识别
This commit is contained in:
2026-04-30 01:17:52 +08:00
parent 6f338a8539
commit c0b05c85c3
4 changed files with 13 additions and 22 deletions

View File

@@ -90,7 +90,7 @@ Step -1: 意图确认(进入任何步骤前必须完成,逐项确认,缺
→ 以上 5 项全部确认后agent 写出完整执行计划,让用户最终确认:
执行计划示例(根据实际任务调整):
1. 读取 {account} 账号配置 + 风格文件style.md
1. 读取 {account} 账号配置id = 目录名)+ 风格文件style.md
2. 根据用户文案生成分镜表N shot
3. 分镜 + 风格 → 生成英文 promptsimagePrompt + videoPrompt
4. pipeline.js init → 创建 manifest.json + 输出目录
@@ -374,7 +374,7 @@ node kling-video-generator.js --image <url> --prompt <prompt> -o ./videos
**核心规则**
```
output/{account}_{YYYYMMDD}_{NNN}/
output/{name}_{YYYYMMDD}_{NNN}/
├── manifest.json # 主清单(贯穿全流程)
├── prompts.txt # 原始提示词存档
├── images/ # scene_{NN}_{keyword}.jpeg首尾帧加 _last 后缀)