feat(video-from-script): 将可灵生图切换为多图参考风格接口

将 Kling 图像生成器从单图生图 API 升级为多图参考生图端点,支持风格参考图片功能,并更新降级链顺序
This commit is contained in:
2026-04-30 00:59:02 +08:00
parent 8301c7b780
commit 8656f3a58c
3 changed files with 27 additions and 18 deletions

View File

@@ -140,7 +140,7 @@ Step 3: 生图 → 审查
生图模型
- 支持模型gemini / mj / kling
- 降级链gemini → kling → mj → gemini循环
- 降级链gemini → mj → kling → gemini循环
- 触发:连续失败→ Agent 换下一个模型重跑失败项
- 操作:`pipeline.js run --manifest <path> --phase images --retry-failed --image-model <新模型>`