mirror of https://github.com/coqui-ai/TTS.git
Add VCTK fast_pitch and UK glow-tts
This commit is contained in:
parent
bdab788de3
commit
027424dda8
|
@ -94,6 +94,15 @@
|
||||||
"author": "Eren @erogol",
|
"author": "Eren @erogol",
|
||||||
"license": "",
|
"license": "",
|
||||||
"contact": "egolge@coqui.ai"
|
"contact": "egolge@coqui.ai"
|
||||||
|
},
|
||||||
|
"fast_pitch":{
|
||||||
|
"description": "FastPitch model trained on VCTK dataseset.",
|
||||||
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.4.0/tts_models--en--vctk--fast_pitch.zip",
|
||||||
|
"default_vocoder": "vocoder_models/en/vctk/hifigan_v2",
|
||||||
|
"commit": "bdab788d",
|
||||||
|
"author": "Eren @erogol",
|
||||||
|
"license": "CC BY-NC-ND 4.0",
|
||||||
|
"contact": "egolge@coqui.ai"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sam": {
|
"sam": {
|
||||||
|
@ -132,6 +141,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"uk":{
|
||||||
|
"mai": {
|
||||||
|
"glow-tts": {
|
||||||
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.4.0/tts_models--uk--mailabs--glow-tts.zip",
|
||||||
|
"author":"@robinhad",
|
||||||
|
"commit": "bdab788d",
|
||||||
|
"license": "MIT",
|
||||||
|
"contact": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"zh-CN": {
|
"zh-CN": {
|
||||||
"baker": {
|
"baker": {
|
||||||
"tacotron2-DDC-GST": {
|
"tacotron2-DDC-GST": {
|
||||||
|
|
Loading…
Reference in New Issue