From ea2c9aad324c083fb4833cbd8d28e8cc3d13a38a Mon Sep 17 00:00:00 2001 From: wataru Date: Wed, 11 Jan 2023 17:51:41 +0900 Subject: [PATCH] update --- server/README.md | 14 ++++++++++++++ server/requirements.txt | 20 -------------------- 2 files changed, 14 insertions(+), 20 deletions(-) create mode 100644 server/README.md diff --git a/server/README.md b/server/README.md new file mode 100644 index 00000000..6f814388 --- /dev/null +++ b/server/README.md @@ -0,0 +1,14 @@ +MMVC Server +---- +# 起動方法 + +``` +$ conda create -n mmvc-server python=3.9 +$ conda activate mmvc-server +$ pip install -r requirements.txt + +$ git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.2.2 +$ cd MMVC_Trainer/monotonic_align/ && python setup.py build_ext --inplace && cd - +$ python3 MMVCServerSIO.py -p 18888 --https true +``` + diff --git a/server/requirements.txt b/server/requirements.txt index 7874fc6a..fe61bade 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,6 @@ librosa==0.9.2 numpy==1.23.5 phonemizer==3.2.1 psutil==5.9.4 -#pyopenjtalk==0.3.0 pyOpenSSL==22.1.0 python-multipart==0.0.5 python-socketio==5.7.2 @@ -17,22 +16,3 @@ Unidecode==1.3.6 uvicorn==0.20.0 websockets==10.4 onnxruntime==1.13.1 -#onnxruntime-gpu==1.13.1 -#onnxruntime-openvino==1.13.1 -#onnxruntime-directml==1.13.1 - -#tensorboard==2.11.0 - -#torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 -#torch==1.12.1+cu113 -#torchaudio==0.12.1+cu113 -#torchvision==0.13.1+cu113 -# conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia - -# conda install pytorch==1.13.0+cu116 torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia - - -#pip install torch==1.13.0+cu116 torchvision==0.13.1+cu116 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu116 - -# conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia -