diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 9a961b8955..b4773a511b 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -946,6 +946,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path:"vae_stats.json"`, }, + "tencent-song-generation": { + prettyLabel: "SongGeneration", + repoName: "songgeneration", + repoUrl: "https://github.com/tencent-ailab/songgeneration", + filter: false, + countDownloads: `path:"ckpt/songgeneration_base_zh/model.pt"`, + }, tensorflowtts: { prettyLabel: "TensorFlowTTS", repoName: "TensorFlowTTS",