Skip to content

Commit 0fbfd58

Browse files
authored
Merge branch 'main' into diffusers-prompting-improvements
2 parents 28d79d3 + 565316d commit 0fbfd58

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
563563
filter: true,
564564
countDownloads: `path:"hyperparams.yaml"`,
565565
},
566+
"ssr-speech": {
567+
prettyLabel: "SSR-Speech",
568+
repoName: "SSR-Speech",
569+
repoUrl: "https://github.com/WangHelin1997/SSR-Speech",
570+
filter: false,
571+
countDownloads: `path_extension:".pth"`,
572+
},
566573
"stable-audio-tools": {
567574
prettyLabel: "Stable Audio Tools",
568575
repoName: "stable-audio-tools",
@@ -586,6 +593,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
586593
countDownloads: `path:"cvlm_llama2_tokenizer/tokenizer.model"`,
587594
snippets: snippets.seed_story,
588595
},
596+
soloaudio: {
597+
prettyLabel: "SoloAudio",
598+
repoName: "SoloAudio",
599+
repoUrl: "https://github.com/WangHelin1997/SoloAudio",
600+
filter: false,
601+
countDownloads: `path:"soloaudio_v2.pt"`,
602+
},
589603
"stable-baselines3": {
590604
prettyLabel: "stable-baselines3",
591605
repoName: "stable-baselines3",

0 commit comments

Comments
 (0)