From ca02d0352bd5c9118d56fdbb06aef1c15782cf11 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Wed, 13 Nov 2024 19:47:32 +0100 Subject: [PATCH] feat(openvoice): add to .models.json --- TTS/.models.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index 7c3a498b..36654d05 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -931,6 +931,28 @@ "license": "MIT", "commit": null } + }, + "multi-dataset": { + "openvoice_v1": { + "hf_url": [ + "https://huggingface.co/myshell-ai/OpenVoice/resolve/main/checkpoints/converter/config.json", + "https://huggingface.co/myshell-ai/OpenVoice/resolve/main/checkpoints/converter/checkpoint.pth" + ], + "description": "OpenVoice VC model from https://huggingface.co/myshell-ai/OpenVoiceV2", + "author": "MyShell.ai", + "license": "MIT", + "commit": null + }, + "openvoice_v2": { + "hf_url": [ + "https://huggingface.co/myshell-ai/OpenVoiceV2/resolve/main/converter/config.json", + "https://huggingface.co/myshell-ai/OpenVoiceV2/resolve/main/converter/checkpoint.pth" + ], + "description": "OpenVoice VC model from https://huggingface.co/myshell-ai/OpenVoiceV2", + "author": "MyShell.ai", + "license": "MIT", + "commit": null + } } } }