From 3b5844ba1096fd726c4881f368e6b45ed701525d Mon Sep 17 00:00:00 2001 From: InsanEagle <67074517+InsanEagle@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:43:58 +0300 Subject: [PATCH 1/6] Update requirements.txt --- server/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/server/requirements.txt b/server/requirements.txt index 7b46b4e4..aa275cf2 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,6 +3,7 @@ # # wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh # # bash Anaconda3-2022.10-Linux-x86_64.sh +Cython==3.0.2 uvicorn==0.21.1 pyOpenSSL==23.1.1 numpy==1.23.5 From 38fb8aa32f270472ea02a576a5485239e1a491d0 Mon Sep 17 00:00:00 2001 From: InsanEagle <67074517+InsanEagle@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:47:19 +0300 Subject: [PATCH 2/6] Update requirements.txt --- server/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index aa275cf2..6afaaa2d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,6 @@ # # wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh # # bash Anaconda3-2022.10-Linux-x86_64.sh -Cython==3.0.2 uvicorn==0.21.1 pyOpenSSL==23.1.1 numpy==1.23.5 @@ -14,7 +13,6 @@ python-socketio==5.8.0 fastapi==0.95.1 python-multipart==0.0.6 onnxruntime-gpu==1.13.1 -pyworld==0.3.3 scipy==1.10.1 matplotlib==3.7.1 fairseq==0.12.2 From dab44c804f0ce904d1b2d8b0aea875a2ffa4db3a Mon Sep 17 00:00:00 2001 From: InsanEagle <67074517+InsanEagle@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:00:08 +0300 Subject: [PATCH 3/6] Update requirements.txt --- server/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 6afaaa2d..4a5e79e7 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -15,7 +15,6 @@ python-multipart==0.0.6 onnxruntime-gpu==1.13.1 scipy==1.10.1 matplotlib==3.7.1 -fairseq==0.12.2 websockets==11.0.2 faiss-cpu==1.7.3 torchcrepe==0.0.18 From f7e3377d95d80e63617123ca0cc6725f2e9fe271 Mon Sep 17 00:00:00 2001 From: InsanEagle <67074517+InsanEagle@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:20:41 +0300 Subject: [PATCH 4/6] Update Realtime_Voice_Changer_on_Colab.ipynb --- Realtime_Voice_Changer_on_Colab.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/Realtime_Voice_Changer_on_Colab.ipynb b/Realtime_Voice_Changer_on_Colab.ipynb index d998459c..66da42e2 100644 --- a/Realtime_Voice_Changer_on_Colab.ipynb +++ b/Realtime_Voice_Changer_on_Colab.ipynb @@ -91,6 +91,7 @@ "print(\"\\033[92mSuccessfully cloned the repository\")\n", "\n", "!apt-get install libportaudio2 &> /dev/null\n", + "!pip install pyworld" "!pip install onnxruntime-gpu uvicorn faiss-gpu fairseq jedi google-colab moviepy decorator==4.4.2 sounddevice numpy==1.23.5 pyngrok --quiet\n", "!pip install -r requirements.txt --no-build-isolation --quiet\n", "# Maybe install Tensor packages?\n", From 8d877b914ae5234fb5562acef817daca833b4cd6 Mon Sep 17 00:00:00 2001 From: InsanEagle <67074517+InsanEagle@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:27:06 +0300 Subject: [PATCH 5/6] Update Realtime_Voice_Changer_on_Colab.ipynb --- Realtime_Voice_Changer_on_Colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Realtime_Voice_Changer_on_Colab.ipynb b/Realtime_Voice_Changer_on_Colab.ipynb index 66da42e2..4a94e103 100644 --- a/Realtime_Voice_Changer_on_Colab.ipynb +++ b/Realtime_Voice_Changer_on_Colab.ipynb @@ -91,7 +91,7 @@ "print(\"\\033[92mSuccessfully cloned the repository\")\n", "\n", "!apt-get install libportaudio2 &> /dev/null\n", - "!pip install pyworld" + "!pip install pyworld", "!pip install onnxruntime-gpu uvicorn faiss-gpu fairseq jedi google-colab moviepy decorator==4.4.2 sounddevice numpy==1.23.5 pyngrok --quiet\n", "!pip install -r requirements.txt --no-build-isolation --quiet\n", "# Maybe install Tensor packages?\n", From f191d1e029b47022070af6c2b6e55d4e80087553 Mon Sep 17 00:00:00 2001 From: InsanEagle <67074517+InsanEagle@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:28:06 +0300 Subject: [PATCH 6/6] Update Realtime_Voice_Changer_on_Colab.ipynb --- Realtime_Voice_Changer_on_Colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Realtime_Voice_Changer_on_Colab.ipynb b/Realtime_Voice_Changer_on_Colab.ipynb index 4a94e103..1684258a 100644 --- a/Realtime_Voice_Changer_on_Colab.ipynb +++ b/Realtime_Voice_Changer_on_Colab.ipynb @@ -91,7 +91,7 @@ "print(\"\\033[92mSuccessfully cloned the repository\")\n", "\n", "!apt-get install libportaudio2 &> /dev/null\n", - "!pip install pyworld", + "!pip install pyworld\n", "!pip install onnxruntime-gpu uvicorn faiss-gpu fairseq jedi google-colab moviepy decorator==4.4.2 sounddevice numpy==1.23.5 pyngrok --quiet\n", "!pip install -r requirements.txt --no-build-isolation --quiet\n", "# Maybe install Tensor packages?\n",