add whisper-ppg-large choice to colab at Generate hubert and f0

This commit is contained in:
shun zhang 2023-06-05 00:12:11 +08:00
parent d7046564fb
commit b5bb4929da
1 changed files with 9 additions and 3 deletions

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",
@ -657,7 +657,8 @@
},
"gpuClass": "standard",
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.11.0 64-bit",
"language": "python",
"name": "python3"
},
"language_info": {
@ -670,7 +671,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.11.0"
},
"vscode": {
"interpreter": {
"hash": "409e03981110838caeb7bc26c44df457c753a1e5b0f1babe83974256c57abb07"
}
}
},
"nbformat": 4,