Skip to content

Commit 036b1c6

Browse files
committed
empty widget
1 parent bad4eb6 commit 036b1c6

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const taskData: TaskDataCustom = {
127127
description: "A Diffusers version of the Wan2.1-I2V-14B-480P model for 480p image-to-video generation.",
128128
id: "Wan-AI/Wan2.1-I2V-14B-480P-Diffusers",
129129
},
130+
130131
{
131132
description: "A video generation model based on LTX-Video-0.9, evaluated on the VACE benchmark.",
132133
id: "ali-vilab/VACE-LTX-Video-0.9",
@@ -164,7 +165,7 @@ const taskData: TaskDataCustom = {
164165
],
165166
summary:
166167
"Image-to-video models take a still image as input and generate a video. These models can be guided by text prompts to influence the content and style of the output video.",
167-
widgetModels: [""],
168+
widgetModels: [],
168169
youtubeId: undefined,
169170
};
170171

0 commit comments

Comments
 (0)