From 91bebebe183444e259db2095355d9dd36698b535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 13 Sep 2021 08:22:14 +0000 Subject: [PATCH] Add new models to `.models.json` SpeedySpeech model using `ForwardTTS` UnivNet model fine-tuned on TacotronDDC_ph spectrograms --- TTS/.models.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index aae2a1c2..37288dc5 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -38,6 +38,16 @@ "license": "MPL", "contact": "egolge@coqui.com" }, + "speedy-speech": { + "description": "Speedy Speech model trained on LJSpeech dataset using the Alignment Network for learning the durations.", + "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.3.0/tts_models--en--ljspeech--speedy_speech.zip", + "stats_file": null, + "default_vocoder": "vocoder_models/en/ljspeech/hifigan_v2", + "commit": "4581e3d", + "author": "Eren Gölge @erogol", + "license": "TBD", + "contact": "egolge@coqui.com" + }, "tacotron2-DCA": { "description": "", "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--tacotron2-DCA.zip", @@ -209,11 +219,11 @@ "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", + "description": "UnivNet model finetuned on TacotronDDC_ph spectrograms for better compatibility.", + "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.3.0/vocoder_models--en--ljspeech--univnet_v2.zip", + "commit": "4581e3d", "author": "Eren @erogol", - "license": "", + "license": "TBD", "contact": "egolge@coqui.ai" } },