mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
update dev document
This commit is contained in:
parent
dda7ab008b
commit
df199516c2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user