forked from killua/TakwayPlatform
更新readme文件
This commit is contained in:
parent
f548d57595
commit
054514d654
|
@ -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即可
|
||||
|
|
Loading…
Reference in New Issue