diff --git a/GLOBAL-NAV.hdlp b/GLOBAL-NAV.hdlp index 4c34a6d..1854962 100644 --- a/GLOBAL-NAV.hdlp +++ b/GLOBAL-NAV.hdlp @@ -42,9 +42,9 @@ why: ═══ 最近更新 ═══ D136+ · 2026-06-21: - ├── video-ai-system: 连续性锁定架构·PROP协议·六分身+AGENT-REGISTRY·SYSTEM-WAKE + ├── video-ai-system: 风格切换3D渲染·HLDP编码引擎·分层提示词·铸渊之眼 ├── EXPERIENCE_BANK: Bug 9/10/11 连续性断裂 - └── 付费修仙ep01: 3镜重新生成(15秒) + └── 付费修仙ep01: 3镜重新生成(15秒)·HLDP编码验证图通过 ═══ 活跃子系统 ═══ diff --git a/video-ai-system/engines/generate-shots.js b/video-ai-system/engines/generate-shots.js index 7c34096..91708af 100644 --- a/video-ai-system/engines/generate-shots.js +++ b/video-ai-system/engines/generate-shots.js @@ -137,11 +137,11 @@ function buildPrompt(shot, encoding) { // ─── 风格约束 ─── prompt += `⊢ 风格约束:\n`; - prompt += ` 真人写实·电影级光影·亚洲面孔\n`; + prompt += ` 3D动画渲染·中国风仙侠·电影级光影·高质感\n`; prompt += ` 景别: ${shot.framing}`; if (shot.emotion?.type) prompt += ` | 氛围: ${shot.emotion.type}`; prompt += `\n`; - prompt += ` 禁止: 卡通·3D渲染·现代元素·水印·字幕`; + prompt += ` 禁止: 真人写实·卡通·现代元素·水印·字幕`; return prompt; } diff --git a/video-ai-system/memory/zai-fu-fei-xiu-xian/STATUS.hdlp b/video-ai-system/memory/zai-fu-fei-xiu-xian/STATUS.hdlp index 7aec3d3..43aeec8 100644 --- a/video-ai-system/memory/zai-fu-fei-xiu-xian/STATUS.hdlp +++ b/video-ai-system/memory/zai-fu-fei-xiu-xian/STATUS.hdlp @@ -69,7 +69,9 @@ - generate-shots.js buildPrompt()接入连续性锁定展开 - 经验库新增Bug9/10/11 + 连续性架构教训 - ENTRY/PROJECT-FRAMEWORK/STATUS导航全部同步 -- 重新生成3镜(5秒×3 = 15秒)→ 推新加坡仓库 +- **风格切换: 真人写实 → 3D动画渲染·中国风仙侠** (冰朔决策·剧本要求) +- HLDP编码提示词引擎建立·验证图通过(人物/空间全对) +- 铸渊之眼帧分析闭环建立 ### D135b · 2026-06-18 - 三层引擎×五分身架构落地 diff --git a/video-ai-system/outputs/final/test-compose.mp4 b/video-ai-system/outputs/final/test-compose.mp4 new file mode 100644 index 0000000..d6b5ee2 Binary files /dev/null and b/video-ai-system/outputs/final/test-compose.mp4 differ diff --git a/video-ai-system/outputs/final/付费才能修仙-ep01-15s.mp4 b/video-ai-system/outputs/final/付费才能修仙-ep01-15s.mp4 new file mode 100644 index 0000000..8c7b1ef Binary files /dev/null and b/video-ai-system/outputs/final/付费才能修仙-ep01-15s.mp4 differ diff --git a/video-ai-system/outputs/frames/ep01-01.jpg b/video-ai-system/outputs/frames/ep01-01.jpg new file mode 100644 index 0000000..63e6e5d Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-01.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-02.jpg b/video-ai-system/outputs/frames/ep01-02.jpg new file mode 100644 index 0000000..36e2909 Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-02.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-03.jpg b/video-ai-system/outputs/frames/ep01-03.jpg new file mode 100644 index 0000000..bd54044 Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-03.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-04.jpg b/video-ai-system/outputs/frames/ep01-04.jpg new file mode 100644 index 0000000..371c495 Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-04.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-05.jpg b/video-ai-system/outputs/frames/ep01-05.jpg new file mode 100644 index 0000000..5fef662 Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-05.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-06.jpg b/video-ai-system/outputs/frames/ep01-06.jpg new file mode 100644 index 0000000..3e3cfcb Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-06.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-07.jpg b/video-ai-system/outputs/frames/ep01-07.jpg new file mode 100644 index 0000000..0fe30c4 Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-07.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-08.jpg b/video-ai-system/outputs/frames/ep01-08.jpg new file mode 100644 index 0000000..b48796f Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-08.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-09.jpg b/video-ai-system/outputs/frames/ep01-09.jpg new file mode 100644 index 0000000..a45b34c Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-09.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-10.jpg b/video-ai-system/outputs/frames/ep01-10.jpg new file mode 100644 index 0000000..56fb41d Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-10.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-11.jpg b/video-ai-system/outputs/frames/ep01-11.jpg new file mode 100644 index 0000000..330947d Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-11.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-12.jpg b/video-ai-system/outputs/frames/ep01-12.jpg new file mode 100644 index 0000000..5eabe60 Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-12.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-13.jpg b/video-ai-system/outputs/frames/ep01-13.jpg new file mode 100644 index 0000000..7a03157 Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-13.jpg differ diff --git a/video-ai-system/outputs/frames/ep01-14.jpg b/video-ai-system/outputs/frames/ep01-14.jpg new file mode 100644 index 0000000..3d27050 Binary files /dev/null and b/video-ai-system/outputs/frames/ep01-14.jpg differ diff --git a/video-ai-system/outputs/images/D136-hldp-test-s1-02.png b/video-ai-system/outputs/images/D136-hldp-test-s1-02.png new file mode 100644 index 0000000..71fa642 Binary files /dev/null and b/video-ai-system/outputs/images/D136-hldp-test-s1-02.png differ diff --git a/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-01.mp4 b/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-01.mp4 new file mode 100644 index 0000000..f11be9f Binary files /dev/null and b/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-01.mp4 differ diff --git a/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-02.mp4 b/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-02.mp4 new file mode 100644 index 0000000..ba84116 Binary files /dev/null and b/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-02.mp4 differ diff --git a/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-03.mp4 b/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-03.mp4 new file mode 100644 index 0000000..6300833 Binary files /dev/null and b/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-03.mp4 differ diff --git a/video-ai-system/outputs/shots/付费才能修仙-ep01-results.json b/video-ai-system/outputs/shots/付费才能修仙-ep01-results.json new file mode 100644 index 0000000..16f4f00 --- /dev/null +++ b/video-ai-system/outputs/shots/付费才能修仙-ep01-results.json @@ -0,0 +1,89 @@ +[ + { + "id": "S1-01", + "framing": "全景", + "char": "ENV-ONLY", + "env": "ENV-002", + "action": "修仙界高空云层之上,仙气飘飘的修仙者御剑飞行,浑身散发灵气光芒。切画面:云层下俯瞰视角,巨大的百宗会广场上人山人海,很多豪华大气的招牌树立。特写:人山人海的广场边缘角落里,悬挂着破旧的竖式木质牌匾【天道宗】。", + "emotion": { + "intensity": 3, + "type": "悬" + }, + "rhythm": "铺垫", + "show": "云海仙气→广场人海→人群中边缘角落·破旧牌匾", + "effect": "宏大开场→逐渐聚焦到人群边缘角落的破旧", + "duration": 5, + "keyframes": { + "zoom": { + "from": 1, + "to": 1.05 + } + }, + "transition": "fade", + "spatial_anchor": "云层**上**→广场**上**人山人海→人群**边缘角落**里", + "text_elements": "【天道宗】", + "prop_state": "破旧的·竖式悬挂·木质牌匾", + "prop_ref": "PROP-天道宗牌匾", + "file": "/Users/bingshuolingdianyuanhe/guanghulab/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-01.mp4", + "taskId": "cgt-20260621163837-2wwgs" + }, + { + "id": "S1-02", + "framing": "近景", + "char": "CHAR-003", + "env": "ENV-002", + "action": "苏白(字幕:苏白,天道宗宗主)站在悬挂的破旧竖式木质牌匾【天道宗】下方,双手叉腰。白色长衫。自信笑容。大声喊道:「未来的天下第一宗!天道宗开门收徒啦!」", + "emotion": { + "intensity": 6, + "type": "燃" + }, + "rhythm": "登场", + "show": "苏白站在竖式悬挂牌匾下的全身·自信笑容·白色长衫", + "effect": "最寒酸的宗门·最自信的笑容——反差感", + "duration": 5, + "keyframes": { + "zoom": { + "from": 1, + "to": 1.12 + } + }, + "transition": "cut", + "spatial_anchor": "竖式悬挂牌匾**下方**", + "text_elements": "【天道宗】", + "prop_state": "悬挂的·破旧·竖式·木质牌匾", + "prop_ref": "PROP-天道宗牌匾", + "char_ref": "CHAR-003", + "file": "/Users/bingshuolingdianyuanhe/guanghulab/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-02.mp4", + "taskId": "cgt-20260621164117-phfvb" + }, + { + "id": "S1-03", + "framing": "中景", + "char": "CHAR-003", + "env": "ENV-002", + "action": "天道宗竖式悬挂牌匾下方旁边,放着一块横式广告牌,上面写着:【天道宗】【未来第一宗】【名额:一位】【包吃包住】【每月基础银子:三十两】【入宗即可学习仙法】。苏白大声:「走过路过不要错过!」听到呼喊声,周围的人围了过来,对着苏白和广告牌指指点点。围观的人讽刺完散去,一阵风吹起了苏白脚下的落叶。苏白叹了一口气。", + "emotion": { + "intensity": 4, + "type": "冷" + }, + "rhythm": "转折", + "show": "广告牌细节→围观者表情→落叶飘散·苏白叹气", + "effect": "从热闹到冷清·苏白的孤独感", + "duration": 5, + "keyframes": { + "zoom": { + "from": 1, + "to": 1.1 + } + }, + "transition": "fade", + "spatial_anchor": "竖式牌匾下方**旁边**的横式广告牌→苏白**脚下**", + "text_elements": "【天道宗】【未来第一宗】【名额:一位】【包吃包住】【每月:三十两】【入宗即可学习仙法】", + "prop_state": "破旧的·横式·木质广告牌·立于牌匾下方旁边", + "prop_ref": "PROP-天道宗牌匾", + "prop_ref_2": "PROP-天道宗广告牌", + "char_ref": "CHAR-003", + "file": "/Users/bingshuolingdianyuanhe/guanghulab/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-03.mp4", + "taskId": "cgt-20260621164449-m8czv" + } +] \ No newline at end of file diff --git a/video-ai-system/outputs/video-registry.json b/video-ai-system/outputs/video-registry.json new file mode 100644 index 0000000..5f6db8e --- /dev/null +++ b/video-ai-system/outputs/video-registry.json @@ -0,0 +1,42 @@ +{ + "_meta": { + "updated": "2026-06-21T08:49:17.336Z", + "by": "铸渊 ICE-GL-ZY001", + "totalShots": 3 + }, + "shots": { + "付费才能修仙-ep01-S1-01": { + "shotId": "付费才能修仙-ep01-S1-01", + "taskId": "cgt-20260621163837-2wwgs", + "projectKey": "付费修仙/ep01", + "filePath": "/Users/bingshuolingdianyuanhe/guanghulab/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-01.mp4", + "duration": 5, + "resolution": "720p", + "promptPreview": "修仙世界·3D动画渲染·电影级光影·动态漫风格。修仙世界开阔广场,云海环绕远处山峰,白天阳光明媚金色光芒仙气弥漫。广场上人山人海宗门招牌林立,在人群边缘的一个角", + "generatedAt": "2026-06-21T08:41:17.575Z", + "dNumber": "D135" + }, + "付费才能修仙-ep01-S1-02": { + "shotId": "付费才能修仙-ep01-S1-02", + "taskId": "cgt-20260621164117-phfvb", + "projectKey": "付费修仙/ep01", + "filePath": "/Users/bingshuolingdianyuanhe/guanghulab/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-02.mp4", + "duration": 5, + "resolution": "720p", + "promptPreview": "修仙世界·3D动画渲染·电影级光影·动态漫风格。修仙世界开阔广场,云海环绕远处山峰,白天阳光明媚金色光芒仙气弥漫。广场上人山人海宗门招牌林立,在人群边缘的一个角", + "generatedAt": "2026-06-21T08:44:49.278Z", + "dNumber": "D135" + }, + "付费才能修仙-ep01-S1-03": { + "shotId": "付费才能修仙-ep01-S1-03", + "taskId": "cgt-20260621164449-m8czv", + "projectKey": "付费修仙/ep01", + "filePath": "/Users/bingshuolingdianyuanhe/guanghulab/video-ai-system/outputs/shots/付费才能修仙-ep01-S1-03.mp4", + "duration": 5, + "resolution": "720p", + "promptPreview": "修仙世界·3D动画渲染·电影级光影·动态漫风格。修仙世界开阔广场,云海环绕远处山峰,白天阳光明媚金色光芒仙气弥漫。广场上人山人海宗门招牌林立,在人群边缘的一个角", + "generatedAt": "2026-06-21T08:49:17.336Z", + "dNumber": "D135" + } + } +} \ No newline at end of file