File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,30 @@ export const inferenceModels: InferenceModel[] = [
6969 hfModel : "genmo/mochi-1-preview" ,
7070 providerModel : "genmoai/mochi-1:1944af04d098ef69bed7f9d335d102e652203f268ec4aaa2d836f6217217e460" ,
7171 task : "text-to-video" ,
72- } , {
72+ } ,
73+ {
7374 hfModel : "Wan-AI/Wan2.1-T2V-14B" ,
7475 providerModel : "wavespeedai/wan-2.1-t2v-480p" ,
7576 task : "text-to-video" ,
7677 } ,
78+ // {
79+ // hfModel: "Wan-AI/Wan2.1-I2V-14B-480P",
80+ // providerModel: "wavespeedai/wan-2.1-i2v-480p",
81+ // task: "image-to-video",
82+ // },
83+ // {
84+ // hfModel: "Wan-AI/Wan2.1-I2V-14B-720P",
85+ // providerModel: "wavespeedai/wan-2.1-i2v-720p",
86+ // task: "image-to-video",
87+ // },
88+ {
89+ hfModel : "Wan-AI/Wan2.1-T2V-1.3B" ,
90+ providerModel : "wan-video/wan-2.1-1.3b" ,
91+ task : "text-to-video" ,
92+ } ,
93+ {
94+ hfModel : "Lightricks/LTX-Video" ,
95+ providerModel : "lightricks/ltx-video:8c47da666861d081eeb4d1261853087de23923a268a69b63febdf5dc1dee08e4" ,
96+ task : "text-to-video" ,
97+ } ,
7798] ;
You can’t perform that action at this time.
0 commit comments