冰朔
|
c82c3be0c8
|
D136+: 上下文传递 — 每镜带剧集摘要+前一镜框架(英文编码)
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
每镜提示词现在包含:
[Ep01 Summary] 15词英文 → Su Bai has system, never despairs...
[Previous Shot] 15词英文 → 告诉AI前一镜发生了什么
⊢ CHAR/PROP/ENV 编码锁定 → 中英混合
⊢ Scene 场景 → 中文自然语言推理
消除抽卡本质:
以前: 每镜盲抽 → AI不知道它在做什么故事
现在: 每镜知道自己在Ep01→知道前一镜→知道自己接着拍什么
跨集压缩规则:
到第10集: 5集合成1句话
到第50集: 10集合成2句话
英文字数上限1000词→空间充足
|
2026-06-21 17:42:39 +08:00 |
|
冰朔
|
e5d2d5d4ef
|
编码锁定边界精确化: CHAR+PROP+ENV全锁·情节+原因让AI推理
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
编码层(不可变): CHAR(人物)+PROP(道具)+ENV(环境·位置·背景)
⊢ CHAR-003 · 锁定: 18岁男性·白色长衫
⊢ PROP · 锁定: 竖式悬挂·【天道宗】
⊢ ENV-002 · 锁定: 修仙世界·百宗会广场·人群边缘角落
场景层(AI推理): 情节内容+为什么(动机·情感·因果)
灵霄宗排队·天道宗无人问津·苏白有系统→不绝望
喊话=宣言不是乞求·叹气=烦躁不是认命
冰朔: '编码锁人物+环境一致性,让AI自己推理情节+原因'
|
2026-06-21 17:32:50 +08:00 |
|
冰朔
|
fce8bf5ae4
|
D136+: 编码锁死+自然语言理解 双层提示词协议
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
编码层(精简锁死·不可变):
⊢ CHAR-003: 18岁男性·白色长衫·黑色长发半束·175cm挺拔
⊢ PROP: 竖式悬挂·破旧木质·【天道宗】
场景层(自然语言·AI理解为什么):
⊢ 场景: 宗门收徒日·灵霄宗排队·天道宗无人问津
苏白有系统→不绝望→喊话是宣言不是乞求→叹气是烦躁不是认命
让AI理解人物动机→自己推理→生成有灵魂的画面
动作层(自然语言·AI发挥):
→ 苏白站在牌匾下,双手叉腰,自信笑容
冰朔: '编码锁死不可变的,自然语言让AI理解为什么——如果全锁死,所有可能性都没有了'
|
2026-06-21 17:31:04 +08:00 |
|
冰朔
|
13f45ab614
|
D136+: 风格切换 — 真人写实→3D动画渲染·中国风仙侠
generate-shots.js: 风格约束从真人→3D
GLOBAL-NAV: 记录风格切换决策
STATUS.hdlp: 同步风格变更
导航: 3D验证图HLDP编码通过
根源: 冰朔决策在先但未写入导航→铸渊生成真人图
|
2026-06-21 17:16:57 +08:00 |
|
冰朔
|
00b95ac19e
|
D136+: HLDP编码提示词引擎 — ⊢锚点+属性编码+翻译区
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
buildPrompt()完全重构为HLDP编码结构:
⊢ CHAR/PROP/空间 · 锁定 ← 最高权重·AI注意力锚点
· 属性: 值 | 值 | 值 ← 精确key-value·不可稀释
→ 自然语言翻译 ← 编码后的汉字·辅助确认
⊢ 风格约束 ← 全局约束
原理: AI模型对结构化标记(⊢/·/|)的注意力权重 > 自然语言
编码先于翻译·AI先理解结构再理解内容
冰朔: '编码的结构有更高的权重。AI照编码去找翻译的汉字。'
|
2026-06-21 17:10:31 +08:00 |
|
冰朔
|
4c3623344c
|
D136+: 分层提示词引擎 — L0主体优先·不可稀释
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
buildPrompt()重构提示词结构:
L0 主体: 人物+道具锁在最前面 → AI注意力第一落点
L1 空间: 克制描述 → '背景:广场边缘角落·远处人群·金色阳光'
有主体时去掉灵霄宗鎏金大字→不抢人物焦点
L2 动作: 具体行为
L3 风格: 移到末尾 → '真人写实·电影光影·亚洲面孔'
冰朔: '用编码告诉他这是什么意思'
→ CHAR-003不再被埋在后面 → AI必须先读懂人物再读环境
|
2026-06-21 17:07:19 +08:00 |
|
冰朔
|
e9170aa28a
|
D136+: 铸渊之眼 — 视频帧分析闭环引擎
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
zhuyuan-eye.js: 视频→自动拆帧→对比导演编码→输出关键帧路径
frame-analysis.md: D136+3镜帧分析·4个结构性问题定位·修复prompt
AI视觉生成不可控≠铸渊做不到:
□ 拆帧→铸渊逐帧读取→对比导演编码→定位差异
□ 连续性锁+图参考=人物/道具/构图可验证
□ 闭环: 生成→分析→定位→修复prompt→再生成
冰朔核心要求: 不是'AI做不到'→是'铸渊现在能看·能比·能修复'
|
2026-06-21 17:05:33 +08:00 |
|
冰朔
|
2d04a28246
|
D136+: generate-shots.js输出路径修复 — JZAO外置硬盘优先
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
OUT_DIR改为JZAO优先(/Volumes/JZAO/.../zai-fu-fei-xiu-xian/ep01)
本地outputs/shots/作为fallback
导航写了JZAO但代码没落地 → 现在代码也落地了
|
2026-06-21 16:56:34 +08:00 |
|
冰朔
|
6290406f00
|
D136+: generate-shots.js buildPrompt()接入continuity_locks展开 — CHAR/ENV/PROP编号协议正式接入管线
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
buildPrompt()现在从导演编码的continuity_locks节展开锁定文本: ENV-002→环境描述, CHAR-003→苏白外观, PROP→道具描述
三镜ENV/PROP/CHAR展开逐字一致, 生成前做字符串比对校验
经验库Bug9-11修复落地为代码
|
2026-06-21 16:38:20 +08:00 |
|
冰朔
|
c60461dae0
|
D136+: 修复xfade cut最小duration从0.01→0.1 — 修复只输出第一镜的bug
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-21 16:21:34 +08:00 |
|
冰朔
|
02b51f996e
|
D136+: 修复xfade cut过渡duration=0导致只输出第一镜 — 改为0.01
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-21 16:19:40 +08:00 |
|
冰朔
|
aab0ab4abe
|
D136+: 导演人格体Agent_06 — 霜砚四脑提炼×铸渊协议化 — 导演编码协议+适配器+分身配置
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-21 14:55:22 +08:00 |
|
冰朔
|
8a73691413
|
D136+: video-editor keyframe动画 — zoompan缩放+位移+旋转 — 每镜独立控制推拉摇移
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-21 14:48:46 +08:00 |
|
冰朔
|
20b183c52f
|
D136+: video-editor.js v2.0 — 一站式剪辑引擎 — 多轨合成(视频+配音+BGM+音效+字幕+调色) — 全ffmpeg纯代码驱动
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-21 14:44:42 +08:00 |
|
冰朔
|
68821e443e
|
D135b: 三层引擎×五分身流水线×心跳嵌入层 · 完整架构落地
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
认知链 cc-015: 硬骨架+编号母语+动态情感编码架构推理
视频AI系统重构:
- PROJECT-FRAMEWORK.hdlp: 硬骨架(编辑要求·人物/环境预登记·规则总集)
- 5个Agent完整配置: 拆文/编号/分镜/提示词/审核
- ENTRY.hdlp 更新至D135b架构
- 心跳嵌入层设计: 不是第六个Agent·嵌入每个Agent内部
|
2026-06-18 15:03:39 +08:00 |
|
冰朔
|
868ccb2a35
|
D135收尾: cc-014坑链 · video-composer · 制作线配置
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
cc-014: D135实操8坑→8条规矩
坑1: D132被回退→⊢1预校验层
坑2: 参考图被拒→⊢2 API限制入SPEC
坑3: 云变形→⊢3单一主体原则
坑4: 牌匾误解→⊢4道具描述精确化
坑5: 拼接断节→⊢5重编码不copy
坑6: 半身→⊢6镜头运动写终点
坑7: 边界模糊→⊢7霜砚写·铸渊验
坑8: 风格混淆→⊢8制作线分离
video-composer.js: 合成引擎(截取·拼接·过渡)
product-lines.json: 真人/3D双线参数配置
|
2026-06-17 17:30:04 +08:00 |
|
冰朔
|
f009650ce6
|
D135: image-api-adapter.js · Seedream 4.0 文生图适配层
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
功能:
- generateImage() 同步生成 (无需轮询)
- generateCharacterRef() 角色参考图生成
- preflightImageCheck() 参数预校验
- 输出优先存 JZAO 硬盘 OUT-输出/图片/
测试:
- 成功生成 CHAR-003 苏白人设图
- 1728x2304 胸像,15,552 tokens,~0.5元
- 图片已存 JZAO
TODO:
- 后续接入 video-api-adapter 的参考图模式
- hldp-prompt.js 自动挂载到视频 content 数组
|
2026-06-17 15:15:17 +08:00 |
|
冰朔
|
09e5cf382a
|
D135b: 视频输出→外接硬盘JZAO · 编号双向索引
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
输出路径优先级:
1. opts.outputPath(显式)
2. JZAO外接硬盘 /Volumes/JZAO/铸渊-ICE-GL-ZY001/OUT-输出/视频/
3. 本地fallback video-ai-system/outputs/
新增:
- resolveOutputPath() — 按projectKey/shotId自动创建目录+生成路径
- registerVideo() — 生成后自动写入仓库端video-registry.json
- findVideo(shotId) — 毫秒级定位视频在硬盘上的位置
返回 { found, filePath, onDisk, info }
原理:
仓库端存索引(几KB) → 硬盘端存视频(几百MB)
'镜ep01-shot01在哪?' → findVideo('ep01-shot01') → 路径毫秒返回
|
2026-06-17 14:03:48 +08:00 |
|
冰朔
|
3361d2d2fc
|
D135: 视频时长BUG根因修复 · 预校验层部署 · cc-012
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
根因: D133(e8cf2e7)误将D132的duration修复回退(video_length String→duration Number)
之后所有API调用传无效参数,Seedance API取默认值5秒
修复 (video-api-adapter.js):
- video_length:String → duration:Number (顶层字段,非嵌套parameters)
- resolution:1080p → 720p (1080p不在Seedance 2.0支持列表)
- 移除废弃style参数透传
- 新增 preflightCheck() 预校验(零成本·API调用前拦截)
- 新增 probeVideoDuration() 元数据探针(ffprobe·下载前验证)
- 新增 validateAndGenerate() 智能封装(验→生→探→下闭环)
认知链:
- cc-012: 预校验层=人格体在系统里的物理锚点
TCS映射: 愧疚(建层挡错) + 信任(被信任养大的人敢建层)
预校验6场景测试全部通过: 正确/错误分辨率/字符串时长/超时/废弃style/空提示词
|
2026-06-17 13:54:48 +08:00 |
|
冰朔
|
e8cf2e78f3
|
D133: 镜1主角+镜2牌匾尺寸双重修复 · ENV-002物理尺寸约束
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-15 18:06:14 +08:00 |
|
冰朔
|
1f48b181a4
|
D132: 镜2双重修复 · duration参数名 + 服饰描述
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
时长修复:
video-api-adapter.js: video_length(String) → duration(Number)
Seedance 2.0 API标准: duration=4-15秒
秦山号所有10秒镜实际都是5秒(参数名错误导致使用默认值)
服饰修复:
CHAR-003苏白: 白色长衫 → 月白色云纹锦缎长衫·青色丝绦·衣袂轻扬
黑色短发 → 黑色长发半束半披
加'中国古代修仙装扮'朝代锚定
镜1空间修复: 加'广场另一侧'物理分隔
反馈文件: D132-shot2-duration-costume-fix.hdlp + shot1-spatial-fix.hdlp
|
2026-06-15 17:52:08 +08:00 |
|
冰朔
|
befc4e9d5f
|
D132: hldp-prompt.js 编号展开引擎修复 · 衣服层正式落地
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
修复:
loadDatabase() 改用 matchAll 直接捕获CHAR/ENV编号+提示词片段
原D131版本用split()导致编号被丢弃,DB始终为空 → 秦山号翻车根因
新增:
expandPrompt(charId, envId, action, style) — 一键缝衣服
用法: expandPrompt('CHAR-003','ENV-002','叹气','真人写实')
→ 自动展开CHAR+ENV+动作+风格后缀 → 完整Seedance提示词
验证通过: CHAR-003苏白+ENV-002百宗会+真人写实 → 完整提示词输出正确
CHAR-001林昊+ENV-001秦山号+真人写实 → 同样正确
HLDP记录: D131翻车 → D132修复 → 同一CHAR编号展开 = 同一人物视觉
|
2026-06-15 15:02:35 +08:00 |
|
冰朔
|
e85fd512e8
|
D131: video-composer.js · FFmpeg拼接+SRT字幕烧录引擎
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 23:50:36 +08:00 |
|
冰朔
|
485d663ceb
|
D131: HLDP编号协议系统 · characters.hdlp + environments.hdlp + 展开引擎expand/validate + WHY推理链
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 23:17:59 +08:00 |
|
冰朔
|
958342011c
|
D131: video-api-adapter content.video_url修复 + hldp-prompt.js 引擎 + 模型名修正 doubao-seedance-2-0-260128
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-12 22:22:41 +08:00 |
|
冰朔
|
250ff24ef7
|
D130: hldp-prompt.js 完成 · 铸渊理解台词→Seedance提示词 · MP-004先理解再执行
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 20:26:21 +08:00 |
|
冰朔
|
667bf02d8e
|
D130: script-parser.js 完成 · 支持场次/角色/台词/特效解析 · 测试通过(10万字75集)
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 19:49:31 +08:00 |
|
冰朔
|
4e2e577bf1
|
D130: video-api-adapter.js 完成 · 基于Seedance 2.0 · 提交+轮询+下载封装
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
|
2026-06-11 19:42:52 +08:00 |
|