From 054514d654100188cc558136da2af446b566d579 Mon Sep 17 00:00:00 2001 From: Killua777 <1223086337@qq.com> Date: Thu, 2 May 2024 10:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b45afd3..9b5b851 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,9 @@ pip install -r requirements.txt 1. 安装mysql,在mysql中创建名为takway的数据库 2. 安装redis,将密码设置为takway 3. 打开config中的development.py文件修改mysql和redis连接字符串 + +#### (4) 导入vits模型 + +在utils/tts/目录下,创建vits_model文件夹 + +从[链接](https://huggingface.co/spaces/zomehwh/vits-uma-genshin-honkai/tree/main/model)下载 vits_model并放入该文件夹下,只需下载config.json和G_953000.pth即可