1
0
Fork 0

更新部署文档

This commit is contained in:
Killua777 2024-05-22 17:31:33 +08:00
parent e64c4b0839
commit 773b48471a
1 changed files with 7 additions and 1 deletions

View File

@ -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