voice-changer/server
2023-06-18 03:51:09 +09:00
..
.vscode move getting gpu info function to manager 2023-06-16 02:50:05 +09:00
data WIP:common sample 2023-06-16 17:12:03 +09:00
downloader WIP:common sample/check all vcs 2023-06-17 15:35:43 +09:00
misc WIP: refactoring 2023-04-28 13:49:40 +09:00
mods restrcture 2023-01-01 02:08:56 +09:00
restapi WIP:common sample/check all vcs 2023-06-17 15:35:43 +09:00
sio separate server device fin 2023-06-16 16:10:46 +09:00
tmp_dir add quality control 2023-02-15 05:02:51 +09:00
voice_changer WIP:common sample/check all vcs 2023-06-17 15:35:43 +09:00
const.py some fixes 2023-06-18 03:51:09 +09:00
Exceptions.py common sample 2023-06-16 16:49:55 +09:00
initialize.sh test model 2023-05-31 02:26:16 +09:00
MMVCServerSIO.py WIP:common sample/check all vcs 2023-06-17 15:35:43 +09:00
README.md WIP: add so-vits-svc 2023-03-11 01:56:10 +09:00
requirements.txt update 2023-06-02 01:16:10 +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 ..