voice-changer/server
2023-04-18 12:00:49 +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 2 2023-04-16 09:56:12 +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: f0detector 2023-04-18 12:00:49 +09:00
const.py WIP:DDSP-SVC 2023-04-16 21:34:00 +09:00
Exceptions.py improve error handling 1 2023-04-17 09:45:12 +09:00
MMVCServerSIO.py WIP: support DDSP-SVC 2023-04-17 04:37:22 +09:00
README.md WIP: add so-vits-svc 2023-03-11 01:56:10 +09:00
requirements.txt update: requirement, help 2023-03-17 15:40:55 +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 ..