From 716f2a455902737889a0fecb28b1f9a84c66aacf Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 23 Sep 2025 14:04:33 +0800 Subject: [PATCH] fix: update model type in ModelSelect component to ITV and TTV MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1062096 --user=王孝刚 【应用编排】在文生视频组件的模型下拉框中点添加模型按钮,弹框中默认的模型类型是图片生成 https://www.tapd.cn/62980211/s/1777699 --- ui/src/workflow/nodes/image-to-video/index.vue | 2 +- ui/src/workflow/nodes/text-to-video/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/workflow/nodes/image-to-video/index.vue b/ui/src/workflow/nodes/image-to-video/index.vue index f23598a37..0d7e0a4e4 100644 --- a/ui/src/workflow/nodes/image-to-video/index.vue +++ b/ui/src/workflow/nodes/image-to-video/index.vue @@ -50,7 +50,7 @@ " :options="modelOptions" showFooter - :model-type="'TTI'" + :model-type="'ITV'" > diff --git a/ui/src/workflow/nodes/text-to-video/index.vue b/ui/src/workflow/nodes/text-to-video/index.vue index 01cf452f4..21413733b 100644 --- a/ui/src/workflow/nodes/text-to-video/index.vue +++ b/ui/src/workflow/nodes/text-to-video/index.vue @@ -50,7 +50,7 @@ " :options="modelOptions" showFooter - :model-type="'TTI'" + :model-type="'TTV'" >