mirror of https://github.com/coqui-ai/TTS.git
Remove models that require app.coqui.ai
This commit is contained in:
parent
ecc38891fb
commit
b40750d1f5
|
@ -40,22 +40,22 @@
|
|||
"commit": "e9a1953e",
|
||||
"license": "CC BY-NC-ND 4.0",
|
||||
"contact": "egolge@coqui.ai"
|
||||
},
|
||||
"bark": {
|
||||
"description": "🐶 Bark TTS model released by suno-ai. You can find the original implementation in https://github.com/suno-ai/bark.",
|
||||
"hf_url": [
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/fine_2.pt",
|
||||
"https://app.coqui.ai/tts_model/text_2.pt",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/config.json",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/hubert.pt",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/tokenizer.pth"
|
||||
],
|
||||
"default_vocoder": null,
|
||||
"commit": "e9a1953e",
|
||||
"license": "MIT",
|
||||
"contact": "https://www.suno.ai/"
|
||||
}
|
||||
// "bark": {
|
||||
// "description": "🐶 Bark TTS model released by suno-ai. You can find the original implementation in https://github.com/suno-ai/bark.",
|
||||
// "hf_url": [
|
||||
// "https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt",
|
||||
// "https://coqui.gateway.scarf.sh/hf/bark/fine_2.pt",
|
||||
// "https://app.coqui.ai/tts_model/text_2.pt",
|
||||
// "https://coqui.gateway.scarf.sh/hf/bark/config.json",
|
||||
// "https://coqui.gateway.scarf.sh/hf/bark/hubert.pt",
|
||||
// "https://coqui.gateway.scarf.sh/hf/bark/tokenizer.pth"
|
||||
// ],
|
||||
// "default_vocoder": null,
|
||||
// "commit": "e9a1953e",
|
||||
// "license": "MIT",
|
||||
// "contact": "https://www.suno.ai/"
|
||||
// }
|
||||
}
|
||||
},
|
||||
"bg": {
|
||||
|
@ -267,26 +267,26 @@
|
|||
"contact": "adamfroghyar@gmail.com"
|
||||
}
|
||||
},
|
||||
"multi-dataset": {
|
||||
"tortoise-v2": {
|
||||
"description": "Tortoise tts model https://github.com/neonbjb/tortoise-tts",
|
||||
"github_rls_url": [
|
||||
"https://app.coqui.ai/tts_model/autoregressive.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/diffusion_decoder.pth",
|
||||
"https://coqui.gateway.scarf.sh/v0.14.1_models/rlg_auto.pth",
|
||||
"https://coqui.gateway.scarf.sh/v0.14.1_models/rlg_diffuser.pth",
|
||||
"https://coqui.gateway.scarf.sh/v0.14.1_models/vocoder.pth",
|
||||
"https://coqui.gateway.scarf.sh/v0.14.1_models/mel_norms.pth",
|
||||
"https://coqui.gateway.scarf.sh/v0.14.1_models/config.json"
|
||||
],
|
||||
"commit": "c1875f6",
|
||||
"default_vocoder": null,
|
||||
"author": "@neonbjb - James Betker, @manmay-nakhashi Manmay Nakhashi",
|
||||
"license": "apache 2.0"
|
||||
}
|
||||
},
|
||||
// "multi-dataset": {
|
||||
// "tortoise-v2": {
|
||||
// "description": "Tortoise tts model https://github.com/neonbjb/tortoise-tts",
|
||||
// "github_rls_url": [
|
||||
// "https://app.coqui.ai/tts_model/autoregressive.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/diffusion_decoder.pth",
|
||||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/rlg_auto.pth",
|
||||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/rlg_diffuser.pth",
|
||||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/vocoder.pth",
|
||||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/mel_norms.pth",
|
||||
// "https://coqui.gateway.scarf.sh/v0.14.1_models/config.json"
|
||||
// ],
|
||||
// "commit": "c1875f6",
|
||||
// "default_vocoder": null,
|
||||
// "author": "@neonbjb - James Betker, @manmay-nakhashi Manmay Nakhashi",
|
||||
// "license": "apache 2.0"
|
||||
// }
|
||||
// },
|
||||
"jenny": {
|
||||
"jenny": {
|
||||
"description": "VITS model trained with Jenny(Dioco) dataset. Named as Jenny as demanded by the license. Original URL for the model https://www.kaggle.com/datasets/noml4u/tts-models--en--jenny-dioco--vits",
|
||||
|
|
Loading…
Reference in New Issue