mirror of https://github.com/coqui-ai/TTS.git
Add the models released with v0.2.0
This commit is contained in:
parent
39004484b9
commit
09ed8426e8
|
@ -19,6 +19,15 @@
|
||||||
"license": "",
|
"license": "",
|
||||||
"contact": "egolge@coqui.com"
|
"contact": "egolge@coqui.com"
|
||||||
},
|
},
|
||||||
|
"tacotron2-DDC_ph": {
|
||||||
|
"description": "Tacotron2 with Double Decoder Consistency with phonemes.",
|
||||||
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.2.0/tts_models--en--ljspeech--tacotronDDC_ph.zip",
|
||||||
|
"default_vocoder": "vocoder_models/en/ljspeech/univnet",
|
||||||
|
"commit": "3900448",
|
||||||
|
"author": "Eren Gölge @erogol",
|
||||||
|
"license": "",
|
||||||
|
"contact": "egolge@coqui.com"
|
||||||
|
},
|
||||||
"glow-tts": {
|
"glow-tts": {
|
||||||
"description": "",
|
"description": "",
|
||||||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--glow-tts.zip",
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--glow-tts.zip",
|
||||||
|
@ -46,6 +55,15 @@
|
||||||
"author": "Eren Gölge @erogol",
|
"author": "Eren Gölge @erogol",
|
||||||
"license": "MPL",
|
"license": "MPL",
|
||||||
"contact": "egolge@coqui.com"
|
"contact": "egolge@coqui.com"
|
||||||
|
},
|
||||||
|
"vits": {
|
||||||
|
"description": "VITS is an End2End TTS model trained on LJSpeech dataset with phonemes.",
|
||||||
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.2.0/tts_models--en--ljspeech--vits.zip",
|
||||||
|
"default_vocoder": null,
|
||||||
|
"commit": "3900448",
|
||||||
|
"author": "Eren Gölge @erogol",
|
||||||
|
"license": "",
|
||||||
|
"contact": "egolge@coqui.com"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vctk": {
|
"vctk": {
|
||||||
|
@ -57,8 +75,15 @@
|
||||||
"author": "Edresson Casanova",
|
"author": "Edresson Casanova",
|
||||||
"license": "",
|
"license": "",
|
||||||
"contact": ""
|
"contact": ""
|
||||||
|
},
|
||||||
|
"vits": {
|
||||||
|
"description": "VITS End2End TTS model trained on VCTK dataset with 109 different speakers with EN accent.",
|
||||||
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.2.0/tts_models--en--vctk--vits.zip",
|
||||||
|
"default_vocoder": null,
|
||||||
|
"commit": "3900448",
|
||||||
|
"author": "Eren @erogol",
|
||||||
|
"license": "",
|
||||||
|
"contact": "egolge@coqui.ai"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sam": {
|
"sam": {
|
||||||
|
@ -182,6 +207,14 @@
|
||||||
"author": "@erogol",
|
"author": "@erogol",
|
||||||
"license": "",
|
"license": "",
|
||||||
"contact": "egolge@coqui.ai"
|
"contact": "egolge@coqui.ai"
|
||||||
|
},
|
||||||
|
"univnet": {
|
||||||
|
"description": "UnivNet model trained on LJSpeech to complement the TacotronDDC_ph model.",
|
||||||
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.2.0/vocoder_models--en--ljspeech--univnet.zip",
|
||||||
|
"commit": "3900448",
|
||||||
|
"author": "Eren @erogol",
|
||||||
|
"license": "",
|
||||||
|
"contact": "egolge@coqui.ai"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vctk": {
|
"vctk": {
|
||||||
|
@ -227,6 +260,16 @@
|
||||||
"commit": "unknown"
|
"commit": "unknown"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"ja": {
|
||||||
|
"kokoro": {
|
||||||
|
"hifigan_v1": {
|
||||||
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.2.0/vocoder_models--ja--kokoro--hifigan_v1.zip",
|
||||||
|
"description": "HifiGAN model trained for kokoro dataset by @kaiidams",
|
||||||
|
"author": "@kaiidams",
|
||||||
|
"commit": "3900448"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue