Skip to content

Commit 50e0374

Browse files
ved-genmoWauplin
andauthored
Add support for mochi-1-preview (genmo) to huggingface.js (#981)
Add mochi-1-preview to huggingface.js. --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Lucain <[email protected]>
1 parent 3d57fa0 commit 50e0374

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
693693
filter: false,
694694
countDownloads: `path_extension:"safetensors" OR path_extension:"pt"`,
695695
},
696+
"genmo": {
697+
prettyLabel: "Genmo",
698+
repoName: "Genmo",
699+
repoUrl: "https://github.com/genmoai/models",
700+
filter: false,
701+
countDownloads: `path:"vae_stats.json"`,
702+
},
696703
tensorflowtts: {
697704
prettyLabel: "TensorFlowTTS",
698705
repoName: "TensorFlowTTS",

0 commit comments

Comments
 (0)