From 773b48471a1531d3b058c296b79dbc020af14dbe Mon Sep 17 00:00:00 2001 From: Killua777 <1223086337@qq.com> Date: Wed, 22 May 2024 17:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8f07c..28d5c4d 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,13 @@ pip install -v -e . 从[链接](https://huggingface.co/spaces/zomehwh/vits-uma-genshin-honkai/tree/main/model)下载 vits_model并放入该文件夹下,只需下载config.json和G_953000.pth即可 -#### (7) 启动程序 +#### (7) 导入openvoice模型 + +在utils/tts/目录下,创建openvoice_model文件夹 + +从[链接](https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip)下载model文件,并放入该文件夹下 + +#### (8) 启动程序 ``` shell cd TakwayPlatform