Skip to content

Commit

Permalink
Update .models.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Dec 12, 2023
1 parent 4b33699 commit 4dc0722
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions TTS/.models.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
"license": "CC BY-NC-ND 4.0",
"contact": "[email protected]"
}
// "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://coqui.gateway.scarf.sh/hf/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": {
Expand Down Expand Up @@ -267,26 +267,26 @@
"contact": "[email protected]"
}
},
// "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://coqui.gateway.scarf.sh/v0.14.1_models/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",
Expand Down

0 comments on commit 4dc0722

Please sign in to comment.