From 713e8c8d048b51c472e5e8caa709c29dfd8b5276 Mon Sep 17 00:00:00 2001 From: Eren G??lge Date: Mon, 30 Jan 2023 13:55:17 +0100 Subject: [PATCH 1/2] Add pretrained model --- TTS/.models.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index 0b5020733d..7050a9bc13 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -159,6 +159,15 @@ "author": "Eren Gölge @erogol", "license": "apache 2.0", "contact": "egolge@coqui.ai" + }, + "neural_hmm": { + "description": "Neural HMM model trained on LJSpeech", + "github_rls_url": "https://coqui.gateway.scarf.sh/v0.11.0_models/tts_models--en--ljspeech--neural_hmm.zip", + "default_vocoder": "vocoder_models/en/ljspeech/hifigan_v2", + "commit": "3b1a28f", + "author": "Shivam Metha @shivammehta25", + "license": "apache 2.0", + "contact": "d83ee8fe45e3c0d776d4a865aca21d7c2ac324c4" } }, "vctk": { From 661725b95e1d50aa104395fdab965ae000665e7c Mon Sep 17 00:00:00 2001 From: Eren G??lge Date: Fri, 10 Feb 2023 15:59:05 +0100 Subject: [PATCH 2/2] Bump up to v0.11.1 --- TTS/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/VERSION b/TTS/VERSION index 142464bf22..027934ea1a 100644 --- a/TTS/VERSION +++ b/TTS/VERSION @@ -1 +1 @@ -0.11.0 \ No newline at end of file +0.11.1 \ No newline at end of file