voice-changer/server
2023-04-25 18:53:24 +09:00
..
misc support onnx generater 2023-04-13 08:00:28 +09:00
mods restrcture 2023-01-01 02:08:56 +09:00
restapi WIP: multi model 2023-04-22 05:42:24 +09:00
sio remove tsukuyomi_demo, add link for recorder 2023-04-02 03:04:11 +09:00
tmp_dir add quality control 2023-02-15 05:02:51 +09:00
voice_changer bugfix: isHalf things 2023-04-25 18:53:24 +09:00
const.py refactoring 2023-04-19 03:35:04 +09:00
Exceptions.py reactor main argument 2023-04-19 03:06:45 +09:00
MMVCServerSIO.py bugfix: delete colab 2023-04-19 08:27:19 +09:00
README.md WIP: add so-vits-svc 2023-03-11 01:56:10 +09:00
requirements.txt fix: requirements.txt to avoid librosa conflict 2023-04-20 01:48:17 +09:00
tmp2.wav add kikoto_mahiro 2023-03-30 11:11:41 +09:00
tmp.wav add kikoto_mahiro 2023-03-30 11:11:41 +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 6dd4f2451fec701d85f611fa831d7e5f4ddce8da
cd ..

# for so-vits-svc
cd so-vits-svc/
git checkout 016db3de81f6a4034b85ffba120554d07829f132
cd ..