diff --git a/TTS/.models.json b/TTS/.models.json index c97c6a38..dfd008b4 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -15,7 +15,7 @@ "hf_url": [ "https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt", "https://coqui.gateway.scarf.sh/hf/bark/fine_2.pt", - "https://coqui.gateway.scarf.sh/hf/bark/text_2.pt", + "https://app.coqui.ai/tts_model/bark_text_2", "https://coqui.gateway.scarf.sh/hf/bark/config.json" ], "default_vocoder": null, @@ -238,7 +238,7 @@ "tortoise-v2": { "description": "Tortoise tts model https://github.com/neonbjb/tortoise-tts", "github_rls_url": [ - "https://coqui.gateway.scarf.sh/v0.14.1_models/autoregressive.pth", + "https://app.coqui.ai/tts_model/tortoise", "https://coqui.gateway.scarf.sh/v0.14.1_models/clvp2.pth", "https://coqui.gateway.scarf.sh/v0.14.1_models/cvvp.pth", "https://coqui.gateway.scarf.sh/v0.14.1_models/diffusion_decoder.pth", @@ -879,4 +879,4 @@ } } } -} \ No newline at end of file +}