This commit is contained in:
wataru 2023-06-02 01:16:10 +09:00
parent 6833ae4c3c
commit 297cf319f1
3 changed files with 5 additions and 4 deletions

View File

@ -55,7 +55,7 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \
--hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt \
--nsf_hifigan pretrain/nsf_hifigan/model \
--hubert_base_jp pretrain/rinna_hubert_base_jp.pt \
--model_dir models
--model_dir model_dir
```
4. Enjoy developing.

View File

@ -55,7 +55,7 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \
--hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt \
--nsf_hifigan pretrain/nsf_hifigan/model \
--hubert_base_jp pretrain/rinna_hubert_base_jp.pt \
--model_dir models
--model_dir model_dir
```
4. 開発しましょう

View File

@ -6,12 +6,13 @@
uvicorn==0.21.1
pyOpenSSL==23.1.1
numpy==1.23.5
torch==1.13.1
torch==2.0.1
torchaudio==2.0.2
resampy==0.4.2
python-socketio==5.8.0
fastapi==0.95.1
python-multipart==0.0.6
onnxruntime-gpu==1.13.1
onnxruntime-gpu==1.15.0
pyworld==0.3.3
scipy==1.10.1
matplotlib==3.7.1