refactor: 同步独立选角与默认人物基线

This commit is contained in:
GouJ
2026-09-01 10:11:15 +08:00
parent 53917268d3
commit 95bd12cfcd
9 changed files with 25 additions and 14 deletions
@@ -130,7 +130,8 @@ function chooseAnchor(imageId: string) {
</div>
<p class="alert mt-5 text-xs">
Character 现在需要依次完成身份文本选角候选确认演员并锁定
Identity之后首帧才能就绪场景和道具仍使用普通身份母版流程旧形态图首帧与视频不会因母版切换自动更新
Identity之后首帧才能就绪未明确人物背景时AI
默认以中国人物作为选角基线项目和角色的明确事实始终优先场景和道具仍使用普通身份母版流程
</p>
<p
v-if="catalog.error.value || styleQuery.error.value || castingQuery.error.value"
@@ -154,7 +155,8 @@ function chooseAnchor(imageId: string) {
<div>
<h3 class="text-sm font-semibold">角色选角</h3>
<p class="mt-2 text-xs leading-6 text-muted">
只处理 Character候选图不会自动成为演员确认选择时才会同时切换 Anchor 并锁定 Identity
只处理 Character每张候选都从 Identity 独立生成不复用旧 Anchor确认选择时才会同时切换
Anchor 并锁定 Identity
</p>
</div>
</div>
@@ -221,7 +223,7 @@ function chooseAnchor(imageId: string) {
castingBlocked || !hasStyle || !batchValid || !candidateLimitValid || !casting.missingAnchor
"
acknowledgement
description="最多按本批上限为缺少 Anchor 的 Character 调用 Seedream,各生成一张停用的 primary 候选。已有候选、已有母版或已完成选角的角色不会重复处理。"
description="最多按本批上限为缺少 Anchor 的 Character 调用 Seedream,各自独立生成一张停用的 primary 候选,不复用旧身份母版。已有候选、已有母版或已完成选角的角色不会重复处理。"
@confirm="generateCastingCandidates"
/>
</div>