forked from thinhlpg/TTS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove models that require app.coqui.ai
- Loading branch information
1 parent
ecc3889
commit b40750d
Showing
1 changed file
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,22 +40,22 @@ | |
"commit": "e9a1953e", | ||
"license": "CC BY-NC-ND 4.0", | ||
"contact": "[email protected]" | ||
}, | ||
"bark": { | ||
"description": "🐶 Bark TTS model released by suno-ai. You can find the original implementation in https://github.com/suno-ai/bark.", | ||
"hf_url": [ | ||
"https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt", | ||
"https://coqui.gateway.scarf.sh/hf/bark/fine_2.pt", | ||
"https://app.coqui.ai/tts_model/text_2.pt", | ||
"https://coqui.gateway.scarf.sh/hf/bark/config.json", | ||
"https://coqui.gateway.scarf.sh/hf/bark/hubert.pt", | ||
"https://coqui.gateway.scarf.sh/hf/bark/tokenizer.pth" | ||
], | ||
"default_vocoder": null, | ||
"commit": "e9a1953e", | ||
"license": "MIT", | ||
"contact": "https://www.suno.ai/" | ||
} | ||
// "bark": { | ||
// "description": "🐶 Bark TTS model released by suno-ai. You can find the original implementation in https://github.com/suno-ai/bark.", | ||
// "hf_url": [ | ||
// "https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt", | ||
// "https://coqui.gateway.scarf.sh/hf/bark/fine_2.pt", | ||
// "https://app.coqui.ai/tts_model/text_2.pt", | ||
// "https://coqui.gateway.scarf.sh/hf/bark/config.json", | ||
// "https://coqui.gateway.scarf.sh/hf/bark/hubert.pt", | ||
// "https://coqui.gateway.scarf.sh/hf/bark/tokenizer.pth" | ||
// ], | ||
// "default_vocoder": null, | ||
// "commit": "e9a1953e", | ||
// "license": "MIT", | ||
// "contact": "https://www.suno.ai/" | ||
// } | ||
} | ||
}, | ||
"bg": { | ||
|
@@ -267,26 +267,26 @@ | |
"contact": "[email protected]" | ||
} | ||
}, | ||
"multi-dataset": { | ||
"tortoise-v2": { | ||
"description": "Tortoise tts model https://github.com/neonbjb/tortoise-tts", | ||
"github_rls_url": [ | ||
"https://app.coqui.ai/tts_model/autoregressive.pth", | ||
"https://coqui.gateway.scarf.sh/v0.14.1_models/clvp2.pth", | ||
"https://coqui.gateway.scarf.sh/v0.14.1_models/cvvp.pth", | ||
"https://coqui.gateway.scarf.sh/v0.14.1_models/diffusion_decoder.pth", | ||
"https://coqui.gateway.scarf.sh/v0.14.1_models/rlg_auto.pth", | ||
"https://coqui.gateway.scarf.sh/v0.14.1_models/rlg_diffuser.pth", | ||
"https://coqui.gateway.scarf.sh/v0.14.1_models/vocoder.pth", | ||
"https://coqui.gateway.scarf.sh/v0.14.1_models/mel_norms.pth", | ||
"https://coqui.gateway.scarf.sh/v0.14.1_models/config.json" | ||
], | ||
"commit": "c1875f6", | ||
"default_vocoder": null, | ||
"author": "@neonbjb - James Betker, @manmay-nakhashi Manmay Nakhashi", | ||
"license": "apache 2.0" | ||
} | ||
}, | ||
// "multi-dataset": { | ||
// "tortoise-v2": { | ||
// "description": "Tortoise tts model https://github.com/neonbjb/tortoise-tts", | ||
// "github_rls_url": [ | ||
// "https://app.coqui.ai/tts_model/autoregressive.pth", | ||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/clvp2.pth", | ||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/cvvp.pth", | ||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/diffusion_decoder.pth", | ||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/rlg_auto.pth", | ||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/rlg_diffuser.pth", | ||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/vocoder.pth", | ||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/mel_norms.pth", | ||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/config.json" | ||
// ], | ||
// "commit": "c1875f6", | ||
// "default_vocoder": null, | ||
// "author": "@neonbjb - James Betker, @manmay-nakhashi Manmay Nakhashi", | ||
// "license": "apache 2.0" | ||
// } | ||
// }, | ||
"jenny": { | ||
"jenny": { | ||
"description": "VITS model trained with Jenny(Dioco) dataset. Named as Jenny as demanded by the license. Original URL for the model https://www.kaggle.com/datasets/noml4u/tts-models--en--jenny-dioco--vits", | ||
|