This commit is contained in:
wataru 2023-01-11 17:51:41 +09:00
parent 027a7e2881
commit ea2c9aad32
2 changed files with 14 additions and 20 deletions

14
server/README.md Normal file
View File

@ -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
```

View File

@ -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