mirror of https://github.com/coqui-ai/TTS.git
Update .models.json
This commit is contained in:
parent
409db505d2
commit
a96562a750
|
@ -15,7 +15,7 @@
|
||||||
"hf_url": [
|
"hf_url": [
|
||||||
"https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt",
|
"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/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"
|
"https://coqui.gateway.scarf.sh/hf/bark/config.json"
|
||||||
],
|
],
|
||||||
"default_vocoder": null,
|
"default_vocoder": null,
|
||||||
|
@ -238,7 +238,7 @@
|
||||||
"tortoise-v2": {
|
"tortoise-v2": {
|
||||||
"description": "Tortoise tts model https://github.com/neonbjb/tortoise-tts",
|
"description": "Tortoise tts model https://github.com/neonbjb/tortoise-tts",
|
||||||
"github_rls_url": [
|
"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/clvp2.pth",
|
||||||
"https://coqui.gateway.scarf.sh/v0.14.1_models/cvvp.pth",
|
"https://coqui.gateway.scarf.sh/v0.14.1_models/cvvp.pth",
|
||||||
"https://coqui.gateway.scarf.sh/v0.14.1_models/diffusion_decoder.pth",
|
"https://coqui.gateway.scarf.sh/v0.14.1_models/diffusion_decoder.pth",
|
||||||
|
@ -879,4 +879,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue