guanghulab/video-ai-system/config/product-lines.json
冰朔 a1a20aea2a
Some checks failed
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
D140: switch video AI to 3D audit path
2026-06-22 16:40:23 +08:00

43 lines
1.4 KiB
JSON
Raw 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-输出/视频"
}
}