forked from killua/TakwayPlatform
更新部署文档
This commit is contained in:
parent
e64c4b0839
commit
773b48471a
|
@ -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即可
|
从[链接](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
|
``` shell
|
||||||
cd TakwayPlatform
|
cd TakwayPlatform
|
||||||
|
|
Loading…
Reference in New Issue