Skip to content

Commit c528bcc

Browse files
authored
Use Wan-AI/Wan2.1-T2V-14B as default model for text to video showcase (#1248)
Remove text-to-video HunyuanVideo showcase for now since it can rarely generate video in less than 2mins. We'll probably replace with Wan 2.1 when active in prod EDIT: actually Wan2.1 just got enabled, so we can use it 👍
1 parent 85250e7 commit c528bcc

File tree

1 file changed

+1
-1
lines changed
  • packages/tasks/src/tasks/text-to-video

1 file changed

+1
-1
lines changed

packages/tasks/src/tasks/text-to-video/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const taskData: TaskDataCustom = {
9999
],
100100
summary:
101101
"Text-to-video models can be used in any application that requires generating consistent sequence of images from text. ",
102-
widgetModels: ["tencent/HunyuanVideo"],
102+
widgetModels: ["Wan-AI/Wan2.1-T2V-14B"],
103103
youtubeId: undefined,
104104
};
105105

0 commit comments

Comments
 (0)