From df199516c2f6991d0f96734d107a6a3882a3a2da Mon Sep 17 00:00:00 2001 From: wataru Date: Sun, 18 Jun 2023 16:48:19 +0900 Subject: [PATCH] update dev document --- README_dev_en.md | 1 + README_dev_ja.md | 1 + docker_vcclient/Dockerfile | 2 +- server/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README_dev_en.md b/README_dev_en.md index 79ce1ad2..95ad056b 100644 --- a/README_dev_en.md +++ b/README_dev_en.md @@ -32,6 +32,7 @@ cd server git clone https://github.com/isletennos/MMVC_Client.git MMVC_Client_v13 git clone https://github.com/isletennos/MMVC_Client.git MMVC_Client_v15 git clone https://github.com/StarStringStudio/so-vits-svc.git so-vits-svc-40 +cd so-vits-svc-40 && git checkout 293fe0bc03a583df17846c715c179152745c1b8d && cd - git clone https://github.com/StarStringStudio/so-vits-svc.git so-vits-svc-40v2 cd so-vits-svc-40v2 && git checkout 08c70ff3d2f7958820b715db2a2180f4b7f92f8d && cd - git clone https://github.com/yxlllc/DDSP-SVC.git DDSP-SVC diff --git a/README_dev_ja.md b/README_dev_ja.md index 8b0803e9..dc3a06bd 100644 --- a/README_dev_ja.md +++ b/README_dev_ja.md @@ -32,6 +32,7 @@ cd server git clone https://github.com/isletennos/MMVC_Client.git MMVC_Client_v13 git clone https://github.com/isletennos/MMVC_Client.git MMVC_Client_v15 git clone https://github.com/StarStringStudio/so-vits-svc.git so-vits-svc-40 +cd so-vits-svc-40 && git checkout 293fe0bc03a583df17846c715c179152745c1b8d && cd - git clone https://github.com/StarStringStudio/so-vits-svc.git so-vits-svc-40v2 cd so-vits-svc-40v2 && git checkout 08c70ff3d2f7958820b715db2a2180f4b7f92f8d && cd - git clone https://github.com/yxlllc/DDSP-SVC.git DDSP-SVC diff --git a/docker_vcclient/Dockerfile b/docker_vcclient/Dockerfile index 56578354..dd448438 100644 --- a/docker_vcclient/Dockerfile +++ b/docker_vcclient/Dockerfile @@ -40,7 +40,7 @@ RUN apt-get update \ WORKDIR / ADD dummy / -RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.4 +RUN git clone https://github.com/w-okada/voice-changer.git -b v.1.5.3.5a ADD /setup.sh /voice-changer/server diff --git a/server/requirements.txt b/server/requirements.txt index 5de8765b..7b46b4e4 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -12,7 +12,7 @@ resampy==0.4.2 python-socketio==5.8.0 fastapi==0.95.1 python-multipart==0.0.6 -onnxruntime-gpu==1.15.0 +onnxruntime-gpu==1.13.1 pyworld==0.3.3 scipy==1.10.1 matplotlib==3.7.1