voice-changer/server
2023-01-12 21:42:02 +09:00
..
misc uploading status 2023-01-08 20:28:57 +09:00
mods restrcture 2023-01-01 02:08:56 +09:00
restapi api return info 2023-01-10 22:49:16 +09:00
sio in wsl, socketio can not handle some request? 2023-01-09 22:18:56 +09:00
voice_changer add minimum convert size 2023-01-12 21:42:02 +09:00
const.py WIP: alpha 2023-01-08 17:58:27 +09:00
MMVCServerSIO.py fixed: os.environ for 3.8 2023-01-12 01:12:50 +09:00
README.md update 2023-01-11 17:51:41 +09:00
requirements.txt update 2023-01-11 17:51:41 +09:00

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