voice-changer/server/README.md

19 lines
482 B
Markdown
Raw Normal View History

2023-01-11 11:51:41 +03:00
MMVC Server
----
# 起動方法
```
2023-01-14 01:39:57 +03:00
$ conda create -n mmvc-server python=3.10
2023-01-11 11:51:41 +03:00
$ conda activate mmvc-server
$ pip install -r requirements.txt
2023-01-14 01:39:57 +03:00
$ git clone https://github.com/isletennos/MMVC_Client.git
2023-02-10 18:59:44 +03:00
$ cd MMVC_Client && git checkout 3374a1177b73e3f6d600e5dbe93af033c36ee120 && cd -
$ git clone https://github.com/isletennos/MMVC_Trainer.git
$ cd MMVC_Trainer && git checkout c242d3d1cf7f768af70d9735082ca2bdd90c45f3 && cd -
2023-01-11 11:51:41 +03:00
$ python3 MMVCServerSIO.py -p 18888 --https true
```