Skip to content

Commit 330202e

Browse files
committed
Created using Colab
1 parent 9518c93 commit 330202e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Advanced-RVC.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
{
1414
"cell_type": "markdown",
1515
"source": [
16-
"<h1><div align=\"center\"> Advanced RVC Inference:\n",
16+
"<h1><div align=\"center\"> Advanced RVC Inference\n",
17+
"\n",
18+
"---\n",
1719
"\n",
1820
"<big> for quicker and effortless model downloads\n",
1921
"\n",
@@ -50,15 +52,13 @@
5052
"repo = \"https://github.com/ArkanDash/Advanced-RVC-Inference.git\"\n",
5153
"\n",
5254
"\n",
53-
"!git clone $repo main_program &> /dev/null\n",
55+
"!git clone $repo main_program\n",
5456
"%cd main_program\n",
55-
"!pip install uv &> /dev/null\n",
56-
"!uv venv .venv --python 3.10.12 &> /dev/null\n",
57-
"!uv pip install --no-deps -r requirements.txt &> /dev/null\n",
58-
"!uv pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121 &> /dev/null\n",
59-
"!uv pip install numpy==1.23.5 &> /dev/null\n",
60-
"!pip install pyngrok &> /dev/null\n",
61-
"!pip install tqdm &> /dev/null\n",
57+
"\n",
58+
"!pip install -r requirements.txt\n",
59+
"!pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121 &> /dev/null\n",
60+
"!pip install numpy==1.23.5\n",
61+
"\n",
6262
"!source .venv/bin/activate\n",
6363
"!python programs/applio_code/rvc/lib/tools/prerequisites_download.py\n",
6464
"clear_output()\n",
@@ -74,7 +74,7 @@
7474
"!git pull -q\n",
7575
"\n",
7676
"runtime=codecs.decode(\"ncc.cl --funer\", \"rot_13\")\n",
77-
"!source .venv/bin/activate; python $runtime"
77+
"!python $runtime"
7878
],
7979
"metadata": {
8080
"cellView": "form",

0 commit comments

Comments
 (0)