Skip to content

Commit bf11d3c

Browse files
authored
Merge pull request #1 from replicate/add-wan-text-to-video-14b-model
Add mapping for Wan2.1-T2V-14B text-to-video model
2 parents c4757bd + e063b9f commit bf11d3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/models.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,9 @@ export const inferenceModels: InferenceModel[] = [
6565
hfModel: "genmo/mochi-1-preview",
6666
providerModel: "genmoai/mochi-1:1944af04d098ef69bed7f9d335d102e652203f268ec4aaa2d836f6217217e460",
6767
task: "text-to-video",
68-
}
68+
}, {
69+
hfModel: "Wan-AI/Wan2.1-T2V-14B",
70+
providerModel: "wavespeedai/wan-2.1-t2v-480p",
71+
task: "text-to-video",
72+
},
6973
];

0 commit comments

Comments
 (0)