feat: 同步角色选角与首帧身份约束
This commit is contained in:
@@ -174,8 +174,8 @@ function exportResult(kind: 'spec' | 'prompt') {
|
||||
</button>
|
||||
</div>
|
||||
<p class="mt-2 text-xs leading-6 text-muted">
|
||||
后端合并主体、形态、摄影设计与即时状态,编译为 GenerationSpec,不调用模型。需要本镜头已有 Direction 和
|
||||
VisualState。
|
||||
后端合并主体稳定身份、具体形态、摄影设计与即时状态,编译为 GenerationSpec,不调用模型。需要本镜头已有
|
||||
Direction 和 VisualState。
|
||||
</p>
|
||||
<p v-if="errors.spec" class="alert alert-error mt-3" role="alert">{{ errors.spec }}</p>
|
||||
<template v-if="spec"
|
||||
@@ -190,8 +190,8 @@ function exportResult(kind: 'spec' | 'prompt') {
|
||||
<section class="border-t border-line pt-6">
|
||||
<h3 class="text-sm font-semibold">视频提示词</h3>
|
||||
<p class="mt-2 text-xs leading-6 text-muted">
|
||||
已有提示词直接读取,没有则调用模型生成。当前后端仍使用镜头描述和参考图生成 Prompt,尚未接入上方
|
||||
GenerationSpec;此操作不会生成视频。
|
||||
已有提示词可直接复用,没有则依据 GenerationSpec 与参考图调用模型生成。此处只处理
|
||||
Prompt;首帧和实际视频任务请到“镜头生产”。
|
||||
</p>
|
||||
<div class="mt-4 flex flex-wrap items-center gap-4">
|
||||
<ConfirmAction
|
||||
|
||||
Reference in New Issue
Block a user