mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
update: requirement, help
This commit is contained in:
parent
29a25e4dcb
commit
d1437ba71f
@ -38,7 +38,7 @@ def setupArgParser():
|
||||
parser.add_argument("--colab", type=strtobool,
|
||||
default=False, help="run on colab")
|
||||
parser.add_argument("--modelType", type=str,
|
||||
default="MMVCv15", help="model type: MMVCv13, MMVCv15, so-vits-svc-40v2")
|
||||
default="MMVCv15", help="model type: MMVCv13, MMVCv15, so-vits-svc-40v2, so-vits-svc-40v2_tsukuyomi")
|
||||
parser.add_argument("--cluster", type=str, help="path to cluster model")
|
||||
parser.add_argument("--hubert", type=str, help="path to hubert model")
|
||||
parser.add_argument("--internal", type=strtobool, default=False, help="各種パスをmac appの中身に変換")
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
### いらない? websockets==10.4
|
||||
uvicorn==0.21.1
|
||||
pyOpenSSL==23.0.0
|
||||
numpy==1.23.5
|
||||
@ -14,7 +12,8 @@ fastapi==0.94.1
|
||||
onnxruntime-gpu==1.14.1
|
||||
python-multipart==0.0.6
|
||||
fairseq==0.12.2
|
||||
# apt-get install gcc g++
|
||||
# https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh
|
||||
# apt-get update
|
||||
# apt-get install -y emacs mlocate wget git curl gcc g++ make unzip
|
||||
# wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh
|
||||
# bash Anaconda3-2022.10-Linux-x86_64.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user