mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
update
This commit is contained in:
parent
6833ae4c3c
commit
297cf319f1
@ -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.
|
||||
|
@ -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. 開発しましょう
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user