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

To Latest
This commit is contained in:
YuriHead 2023-06-05 15:43:18 +08:00 committed by GitHub
commit 78479ab029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -12,9 +12,17 @@ def download_dict():
"url": "https://github.com/bshall/hubert/releases/download/v0.1/hubert-soft-0d54a1f4.pt",
"output": "./pretrain/hubert-soft-0d54a1f4.pt"
},
"whisper-ppg-small": {
"url": "https://openaipublic.azureedge.net/main/whisper/models/9ecf779972d90ba49c06d968637d720dd632c55bbf19d441fb42bf17a411e794/small.pt",
"output": "./pretrain/small.pt"
},
"whisper-ppg": {
"url": "https://openaipublic.azureedge.net/main/whisper/models/345ae4da62f9b3d59415adc60127b97c714f32e89e936602e85993674d08dcb1/medium.pt",
"output": "./pretrain/medium.pt"
},
"whisper-ppg-large": {
"url": "https://openaipublic.azureedge.net/main/whisper/models/81f7c96c852ee8fc832187b0132e569d6c3065a3252ed18e56effd0b6a73e524/large-v2.pt",
"output": "./pretrain/large-v2.pt"
}
}

View File

@ -23,5 +23,4 @@ transformers
edge_tts
pyyaml
pynvml
ffmpeg
faiss-cpu

View File

@ -26,5 +26,4 @@ transformers
edge_tts
pyyaml
pynvml
ffmpeg
faiss
faiss-cpu

View File

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