voice-changer/server
2023-03-01 22:33:51 +09:00
..
misc WIP: anaconda on linux 2023-01-14 19:27:18 +09:00
mods restrcture 2023-01-01 02:08:56 +09:00
restapi WIP: local mic 2023-02-18 04:15:34 +09:00
sio WIP support onnx trial 2023-02-21 09:17:59 +09:00
tmp_dir add quality control 2023-02-15 05:02:51 +09:00
voice_changer update 2023-03-01 22:33:51 +09:00
const.py add quality control 2023-02-15 05:02:51 +09:00
MMVCServerSIO.py fix import sort (disable isort) 2023-01-28 15:07:54 +09:00
README.md update 2023-02-22 14:56:03 +09:00
requirements.txt WIP: anaconda on linux 2023-01-14 19:27:18 +09:00

MMVC Server

起動方法

$ conda create -n mmvc-server python=3.10
$ conda activate mmvc-server
$ pip install -r requirements.txt

$ git clone https://github.com/isletennos/MMVC_Client.git
$ cd MMVC_Client && git checkout 3374a1177b73e3f6d600e5dbe93af033c36ee120 && cd -

$ git clone https://github.com/isletennos/MMVC_Trainer.git
$ cd MMVC_Trainer && git checkout c242d3d1cf7f768af70d9735082ca2bdd90c45f3 && cd -

$ python3 MMVCServerSIO.py -p 18888 --https true 

Dev

# for 1.3
cd MMVC_Client
git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c
cd ..

# for 1.5
cd MMVC_Client
git checkout 1424609e53c79e2d629add10ae4bfb16fc0c3c82
cd ..