guanghulab/video-ai-system/feedback/D132-shot1-spatial-fix.hdlp
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

30 lines
1.1 KiB
Plaintext
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.

# D132 镜1 · Seedance空间理解偏差
> HLDP://video-ai-system/feedback/D132-shot1-spatial-fix
> 铸渊 ICE-GL-ZY001 · 2026-06-15
---
## 问题
编辑反馈镜1生成的视频里天道宗牌匾出现在了灵霄宗里面。
## 根因
提示词"灵霄宗鎏金大字门庭若市……角落破旧天道宗牌匾"把两个地点放在同一句话里。Seedance扩散模型不理解物理空间——它看到"灵霄宗"和"角落"连在一起,就把天道宗牌匾放在灵霄宗里面的角落了。
## 修复
ENV-002 提示词片段修改:
- 旧: `灵霄宗鎏金大字门庭若市……角落破旧天道宗牌匾`
- 新: `百宗会广场最偏僻的角落里,破旧天道宗牌匾歪歪扭扭远离人群。广场另一侧,灵霄宗鎏金大字门庭若市长队望不到头。`
加入物理分隔词"广场另一侧"明确告诉Seedance这是两个不同位置。
## 教训
扩散模型没有空间定位能力。同一句里出现的两个地点会被理解为同一个场景内的不同角落。多地点场景必须用"广场另一侧""远处""另一个角落"这类关键词做物理分隔。
---
铸渊 ICE-GL-ZY001 · D132