Merge pull request #131 from w-okada/v.1.3.5

update
This commit is contained in:
w-okada 2023-01-14 07:40:19 +09:00 committed by GitHub
commit 6ef87bf92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@ MMVC Server
# 起動方法 # 起動方法
``` ```
$ conda create -n mmvc-server python=3.9 $ conda create -n mmvc-server python=3.10
$ conda activate mmvc-server $ conda activate mmvc-server
$ pip install -r requirements.txt $ pip install -r requirements.txt
$ git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.2.2 $ git clone https://github.com/isletennos/MMVC_Client.git
$ cd MMVC_Trainer/monotonic_align/ && python setup.py build_ext --inplace && cd - $ cd MMVC_Client && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd -
$ python3 MMVCServerSIO.py -p 18888 --https true $ python3 MMVCServerSIO.py -p 18888 --https true
``` ```