-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for ne_hifigan * Update model.json * Update hash * Fix model loading * Enhance text_normalization * Add xtts to zoo test exception * Add model hash check * Add get_number_tokens
- Loading branch information
1 parent
747f688
commit cf97116
Showing
7 changed files
with
1,724 additions
and
191 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 |
---|---|---|
|
@@ -15,6 +15,21 @@ | |
"contact": "[email protected]", | ||
"tos_required": true | ||
}, | ||
"xtts_v1.1": { | ||
"description": "XTTS-v1.1 by Coqui with 14 languages, cross-language voice cloning and reference leak fixed.", | ||
"hf_url": [ | ||
"https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v1.1/model.pth", | ||
"https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v1.1/config.json", | ||
"https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v1.1/vocab.json", | ||
"https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v1.1/hash.md5" | ||
], | ||
"model_hash": "10163afc541dc86801b33d1f3217b456", | ||
"default_vocoder": null, | ||
"commit": "82910a63", | ||
"license": "CPML", | ||
"contact": "[email protected]", | ||
"tos_required": true | ||
}, | ||
"your_tts": { | ||
"description": "Your TTS model accompanying the paper https://arxiv.org/abs/2112.02418", | ||
"github_rls_url": "https://coqui.gateway.scarf.sh/v0.10.1_models/tts_models--multilingual--multi-dataset--your_tts.zip", | ||
|
Oops, something went wrong.