From 1ad838bc83d82edaec16235d84f880d1600ad6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 15 Apr 2021 16:06:10 +0200 Subject: [PATCH] add newly released models under .model.json --- TTS/.models.json | 40 +++++++++++----------------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index 9e230485..33dd162a 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -12,9 +12,9 @@ "ljspeech":{ "tacotron2-DDC": { "description": "Tacotron2 with Double Decoder Consistency.", - "github_rls_url": "", - "default_vocoder": "vocoder_models/en/ljspeech/multiband-melgan", - "commit": "", + "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/untagged-f1622e6df45e9f07b766/tts_models--en--ljspeech--tacotron2-DDC.zip", + "default_vocoder": "vocoder_models/en/ljspeech/hifigan_v2", + "commit": "bae2ad0f", "author": "Eren Gölge @erogol", "license": "", "contact":"egolge@coqui.com" @@ -46,15 +46,6 @@ "author": "Eren Gölge @erogol", "license": "MPL", "contact":"egolge@coqui.com" - }, - "align-tts":{ - "description": "AlignTTS models as explain in https://arxiv.org/abs/2003.01950", - "github_rls_url": "", - "default_vocoder": "vocoder_models/en/ljspeech/multiband-melgan", - "commit": "", - "author": "Eren Gölge @erogol", - "license": "", - "contact":"egolge@coqui.com" } } }, @@ -140,14 +131,6 @@ "author": "Eren Gölge @erogol", "license": "MPL", "contact":"egolge@coqui.com" - }, - "hifigan_v1":{ - "description": "HiFiGAN_v1 universal vocoder from https://arxiv.org/abs/2010.05646.", - "github_rls_url": "", - "commit": "4132240", - "author": "@jik876", - "license": "MIT", - "contact":"" } } }, @@ -166,15 +149,14 @@ "author": "Eren Gölge @erogol", "license": "MPL", "contact":"egolge@coqui.com" - } - }, - "sam":{ - "hifigan":{ - "github_rls_url": "", - "commit": "", - "author": "Eren Gölge @erogol", - "license": "Apache 2.0", - "contact":"egolge@coqui.com" + }, + "hifigan_v2":{ + "description": "HiFiGAN_v2 LJSpeech vocoder from https://arxiv.org/abs/2010.05646.", + "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/untagged-fb45647fd183a241dda1/vocoder_model--en--ljspeech-hifigan_v2.zip", + "commit": "bae2ad0f", + "author": "@erogol", + "license": "", + "contact": "egolge@coqui.ai" } } },