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