From d1437ba71fd616127784d5acd05ab0ddcbd99d21 Mon Sep 17 00:00:00 2001 From: wataru Date: Fri, 17 Mar 2023 15:40:55 +0900 Subject: [PATCH] update: requirement, help --- server/MMVCServerSIO.py | 2 +- server/requirements.txt | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/server/MMVCServerSIO.py b/server/MMVCServerSIO.py index 6d6464e8..a7d8fb1a 100755 --- a/server/MMVCServerSIO.py +++ b/server/MMVCServerSIO.py @@ -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の中身に変換") diff --git a/server/requirements.txt b/server/requirements.txt index 4d11beec..82bd69df 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -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