From 8d921ebc2fc8d0ea020e02dc8d6992de2748ca59 Mon Sep 17 00:00:00 2001 From: Eren G??lge Date: Sat, 6 May 2023 11:31:56 +0200 Subject: [PATCH] Add config.json to tortoise --- TTS/.models.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index feb7079a..65df7efc 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -232,11 +232,12 @@ "https://coqui.gateway.scarf.sh/v0.14.0_models/rlg_auto.pth", "https://coqui.gateway.scarf.sh/v0.14.0_models/rlg_diffuser.pth", "https://coqui.gateway.scarf.sh/v0.14.0_models/vocoder.pth", - "https://coqui.gateway.scarf.sh/v0.14.0_models/mel_norms.pth" + "https://coqui.gateway.scarf.sh/v0.14.0_models/mel_norms.pth", + "https://coqui.gateway.scarf.sh/v0.14.0_models/config.json" ], "commit": "c1875f6", "default_vocoder": null, - "author": "neonbjb James Betker", + "author": "@neonbjb - James Betker, @manmay-nakhashi Manmay Nakhashi", "license": "apache 2.0" } }