From 75ebbe890cf8b9fbbd9f2b86d775ee38120b7174 Mon Sep 17 00:00:00 2001 From: wataru Date: Wed, 19 Apr 2023 13:38:56 +0900 Subject: [PATCH] update --- README_dev_ja.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_dev_ja.md b/README_dev_ja.md index c091e140..5fdfc2ef 100644 --- a/README_dev_ja.md +++ b/README_dev_ja.md @@ -40,7 +40,7 @@ git clone https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI.gi 2. 外部のモデルの重みを配置する -copy weights of emmbedding or vocoder. These file path can be set as parameter when invoke server. +エンコーダやボコーダなどの外部のモデルの重みを入手して配置する。 (1) hubert_base.pt @@ -66,7 +66,7 @@ $ pip install -r requirements.txt 4. サーバを起動する -Run server with the below command. You can replace the path to each weight. +次のコマンドで起動します。各種重みについてのパスは環境に合わせて変えてください。 ``` $ python3 MMVCServerSIO.py -p 18888 --https true \ @@ -76,7 +76,7 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \ --nsf_hifigan weights/nsf_hifigan/model ``` -5. 開発しましょう +1. 開発しましょう ## クライアント開発者向け