mirror of https://github.com/coqui-ai/TTS.git
Add capacitron v2 model (#1768)
* Add capacitron v2 in .models.json * Put right commit hash
This commit is contained in:
parent
096b35f639
commit
bb59718c03
|
@ -130,10 +130,10 @@
|
||||||
"license": "apache 2.0",
|
"license": "apache 2.0",
|
||||||
"contact": "adamfroghyar@gmail.com"
|
"contact": "adamfroghyar@gmail.com"
|
||||||
},
|
},
|
||||||
"capacitron-t2-c150": {
|
"capacitron-t2-c150_v2": {
|
||||||
"description": "Capacitron additions to Tacotron 2 with Capacity at 150 as in https://arxiv.org/pdf/1906.03402.pdf",
|
"description": "Capacitron additions to Tacotron 2 with Capacity at 150 as in https://arxiv.org/pdf/1906.03402.pdf",
|
||||||
"github_rls_url": "https://coqui.gateway.scarf.sh/v0.7.0_models/tts_models--en--blizzard2013--capacitron-t2-c150.zip",
|
"github_rls_url": "https://coqui.gateway.scarf.sh/v0.7.1_models/tts_models--en--blizzard2013--capacitron-t2-c150_v2.zip",
|
||||||
"commit": "d6284e7",
|
"commit": "a67039d",
|
||||||
"default_vocoder": "vocoder_models/en/blizzard2013/hifigan_v2",
|
"default_vocoder": "vocoder_models/en/blizzard2013/hifigan_v2",
|
||||||
"author": "Adam Froghyar @a-froghyar",
|
"author": "Adam Froghyar @a-froghyar",
|
||||||
"license": "apache 2.0",
|
"license": "apache 2.0",
|
||||||
|
|
Loading…
Reference in New Issue