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 0b05b68 commit 9cce322Copy full SHA for 9cce322
packages/tasks/src/model-libraries.ts
@@ -666,6 +666,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
666
filter: true,
667
countDownloads: `path:"models/default.zip"`,
668
},
669
+ "f5-tts": {
670
+ prettyLabel: "F5-TTS",
671
+ repoName: "F5-TTS",
672
+ repoUrl: "https://github.com/SWivid/F5-TTS",
673
+ filter: false,
674
+ countDownloads: `path_extension:"safetensors" OR path_extension:"pt"`,
675
+ },
676
tensorflowtts: {
677
prettyLabel: "TensorFlowTTS",
678
repoName: "TensorFlowTTS",
0 commit comments