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'" >