Skip to content

Commit

Permalink
XTTS v1.1 (#3089)
Browse files Browse the repository at this point in the history
* 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
WeberJulian authored Oct 20, 2023
1 parent 747f688 commit cf97116
Show file tree
Hide file tree
Showing 7 changed files with 1,724 additions and 191 deletions.
15 changes: 15 additions & 0 deletions TTS/.models.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit cf97116

Please sign in to comment.