Merge pull request #202 from svc-develop-team/4.1-Stable

To Latest
This commit is contained in:
YuriHead 2023-05-26 21:24:52 +08:00 committed by GitHub
commit a799f028ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ def download_dict():
"hubertsoft": {
"url": "https://github.com/bshall/hubert/releases/download/v0.1/hubert-soft-0d54a1f4.pt",
"output": "./pretrain/hubert-soft-0d54a1f4.pt"
}
},
"whisper-ppg": {
"url": "https://openaipublic.azureedge.net/main/whisper/models/345ae4da62f9b3d59415adc60127b97c714f32e89e936602e85993674d08dcb1/medium.pt",
"output": "./pretrain/medium.pt"

View File

@ -280,7 +280,7 @@
"\n",
"%cd /content/so-vits-svc\n",
"\n",
"speech_encoder = \"vec768l12\" #@param [\"vec768l12\", \"vec256l9\", \"hubertsoft\"]\n",
"speech_encoder = \"vec768l12\" #@param [\"vec768l12\", \"vec256l9\", \"hubertsoft\", \"whisper-ppg\"]\n",
"\n",
"from pretrain.meta import download_dict\n",
"download_dict = download_dict()\n",