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 db0410c commit 2bd5bb6Copy full SHA for 2bd5bb6
packages/tasks/src/model-libraries.ts
@@ -946,6 +946,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
946
filter: false,
947
countDownloads: `path:"vae_stats.json"`,
948
},
949
+ "tencent-song-generation": {
950
+ prettyLabel: "SongGeneration",
951
+ repoName: "songgeneration",
952
+ repoUrl: "https://github.com/tencent-ailab/songgeneration",
953
+ filter: false,
954
+ countDownloads: `path:"ckpt/songgeneration_base_zh/model.pt"`,
955
+ },
956
tensorflowtts: {
957
prettyLabel: "TensorFlowTTS",
958
repoName: "TensorFlowTTS",
0 commit comments