We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ad498 commit 5cc292bCopy full SHA for 5cc292b
packages/tasks/src/model-libraries.ts
@@ -590,6 +590,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
590
OR path:"open_clip_pytorch_model.bin"
591
OR path:"pytorch_model.bin"`,
592
},
593
+ "open-sora": {
594
+ prettyLabel: "Open-Sora",
595
+ repoName: "Open-Sora",
596
+ repoUrl: "https://github.com/hpcaitech/Open-Sora",
597
+ filter: false,
598
+ countDownloads: `path:"Open_Sora_v2.safetensors"`,
599
+ },
600
paddlenlp: {
601
prettyLabel: "paddlenlp",
602
repoName: "PaddleNLP",
0 commit comments