Skip to content

Commit 5a27d72

Browse files
committed
Add more Wan models
1 parent bf11d3c commit 5a27d72

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/models.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,25 @@ export const inferenceModels: InferenceModel[] = [
6565
hfModel: "genmo/mochi-1-preview",
6666
providerModel: "genmoai/mochi-1:1944af04d098ef69bed7f9d335d102e652203f268ec4aaa2d836f6217217e460",
6767
task: "text-to-video",
68-
}, {
68+
},
69+
{
6970
hfModel: "Wan-AI/Wan2.1-T2V-14B",
7071
providerModel: "wavespeedai/wan-2.1-t2v-480p",
7172
task: "text-to-video",
7273
},
74+
{
75+
hfModel: "Wan-AI/Wan2.1-I2V-14B-480P",
76+
providerModel: "wavespeedai/wan-2.1-i2v-480p",
77+
task: "image-to-video",
78+
},
79+
{
80+
hfModel: "Wan-AI/Wan2.1-I2V-14B-720P",
81+
providerModel: "wavespeedai/wan-2.1-i2v-720p",
82+
task: "image-to-video",
83+
},
84+
{
85+
hfModel: "Wan-AI/Wan2.1-T2V-1.3B",
86+
providerModel: "wan-video/wan-2.1-1.3b",
87+
task: "text-to-video",
88+
},
7389
];

0 commit comments

Comments
 (0)