voice-changer/server
2023-05-29 03:29:29 +09:00
..
.vscode WIP DDSPSVC 2023-05-08 05:51:24 +09:00
misc WIP: refactoring 2023-04-28 13:49:40 +09:00
mods restrcture 2023-01-01 02:08:56 +09:00
restapi model dir parameterized 2023-05-29 03:29:29 +09:00
sio improve error handling 2023-05-26 16:52:05 +09:00
tmp_dir add quality control 2023-02-15 05:02:51 +09:00
voice_changer modification 2023-05-28 22:08:10 +09:00
const.py fix:sample 2023-05-25 11:40:37 +09:00
Downloader.py WIP: sample model 2023-05-18 02:51:40 +09:00
Exceptions.py refactor pipeline 2023-05-04 17:15:53 +09:00
initialize.sh WIP: sample model 2023-05-18 02:51:40 +09:00
MMVCServerSIO.py model dir parameterized 2023-05-29 03:29:29 +09:00
ModelSample.py fix:sample 2023-05-25 11:40:37 +09:00
README.md WIP: add so-vits-svc 2023-03-11 01:56:10 +09:00
requirements.txt update req.txt 2023-05-25 12:05:17 +09:00
samples_0001.json fix:sample 2023-05-25 11:40:37 +09:00
samples_0002.json fix:sample 2023-05-25 11:40:37 +09:00
samples_0003_o.json sample update 2023-05-24 20:49:24 +09:00
samples_0003_t.json sample update 2023-05-24 20:49:24 +09:00
test.wav server audio 2023-05-07 04:18: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 6dd4f2451fec701d85f611fa831d7e5f4ddce8da
cd ..

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