File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments