Skip to content

Commit 1a6da30

Browse files
Flux9665Wauplin
andauthored
Add IMS Toucan to model-libraries.ts (#933)
We have moved the models needed to run our TTS toolkit to the hub. We would like to track the downloads, therefore this PR adds IMS Toucan and specifies countDownloads to track our .pt files. --------- Co-authored-by: Lucain <[email protected]>
1 parent 257f75b commit 1a6da30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
301301
repoUrl: "https://github.com/Tencent/HunyuanDiT",
302302
countDownloads: `path:"pytorch_model_ema.pt" OR path:"pytorch_model_distill.pt"`,
303303
},
304+
imstoucan: {
305+
prettyLabel: "IMS Toucan",
306+
repoName: "IMS-Toucan",
307+
repoUrl: "https://github.com/DigitalPhonetics/IMS-Toucan",
308+
countDownloads: `path:"embedding_gan.pt" OR path:"Vocoder.pt" OR path:"ToucanTTS.pt"`,
309+
},
304310
keras: {
305311
prettyLabel: "Keras",
306312
repoName: "Keras",

0 commit comments

Comments
 (0)