guanghulab/video-ai-system/config/product-lines.json
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

43 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_meta": {
"created": "D135 · 2026-06-17",
"updated": "D140 · 2026-06-22",
"by": "铸渊 ICE-GL-ZY001",
"description": "视频AI制作线配置 · 一条线一套参数 · 切换零成本",
"activeLine": "3d",
"decision": "真人写实线注销主线切换为3D漫剧。"
},
"lines": {
"realistic": {
"name": "真人写实",
"active": false,
"status": "deprecated",
"retiredReason": "真人AI观感尴尬、人物一致性和表演可信度成本过高不再作为主线投入。",
"styleSuffix": "真人写实风格,亚洲面孔,画质电影感",
"needCharRef": true,
"needFaceLock": true,
"needL0L1": true,
"resolution": "720p",
"seedanceNote": "需参考图image_url锁脸"
},
"3d": {
"name": "3D漫剧",
"active": true,
"status": "main",
"styleSuffix": "3D渲染风格中国风仙侠电影级光影高质感",
"needCharRef": false,
"needFaceLock": false,
"needL0L1": false,
"resolution": "720p",
"seedanceNote": "主线走3D漫剧。参考图只作为人物/环境/道具视觉锚点,不再服务真人锁脸。"
}
},
"shared": {
"engine": "video-api-adapter.js",
"composer": "FFmpeg (开源)",
"model": "doubao-seedance-2-0-260128",
"durationRange": [4, 15],
"outputRoot": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/OUT-输出/视频"
}
}