mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 14:40:00 +08:00
Rename
This commit is contained in:
parent
e3422e322a
commit
797a6eaad0
@ -32,14 +32,16 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"%%writefile /content/setup.sh\n",
|
"%%writefile /content/setup.sh\n",
|
||||||
"set -e\n",
|
"set -e\n",
|
||||||
|
"\n",
|
||||||
"cd /content\n",
|
"cd /content\n",
|
||||||
"rm -rf GPT-SoVITS\n",
|
"\n",
|
||||||
"git clone https://github.com/RVC-Boss/GPT-SoVITS.git\n",
|
"git clone https://github.com/RVC-Boss/GPT-SoVITS.git\n",
|
||||||
|
"\n",
|
||||||
"cd GPT-SoVITS\n",
|
"cd GPT-SoVITS\n",
|
||||||
"\n",
|
"\n",
|
||||||
"mkdir GPT_weights\n",
|
"mkdir GPT_weights\n",
|
||||||
"mkdir SoVITS_weights\n",
|
|
||||||
"\n",
|
"\n",
|
||||||
|
"mkdir SoVITS_weights\n",
|
||||||
"\n",
|
"\n",
|
||||||
"if conda env list | awk '{print $1}' | grep -Fxq \"GPTSoVITS\"; then\n",
|
"if conda env list | awk '{print $1}' | grep -Fxq \"GPTSoVITS\"; then\n",
|
||||||
" :\n",
|
" :\n",
|
||||||
|
@ -42,9 +42,11 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"%%writefile /content/setup.sh\n",
|
"%%writefile /content/setup.sh\n",
|
||||||
"set -e\n",
|
"set -e\n",
|
||||||
|
"\n",
|
||||||
"cd /content\n",
|
"cd /content\n",
|
||||||
"rm -rf GPT-SoVITS\n",
|
"\n",
|
||||||
"git clone https://github.com/RVC-Boss/GPT-SoVITS.git\n",
|
"git clone https://github.com/RVC-Boss/GPT-SoVITS.git\n",
|
||||||
|
"\n",
|
||||||
"cd GPT-SoVITS\n",
|
"cd GPT-SoVITS\n",
|
||||||
"\n",
|
"\n",
|
||||||
"if conda env list | awk '{print $1}' | grep -Fxq \"GPTSoVITS\"; then\n",
|
"if conda env list | awk '{print $1}' | grep -Fxq \"GPTSoVITS\"; then\n",
|
Loading…
x
Reference in New Issue
Block a user