forked from killua/TakwayDisplayPlatform
582 B
582 B
部署步骤
- 将该仓库clone到本地
- 创建虚拟环境并启动
conda create -n takway python=3.9
conda activate takway
- cd进入仓库目录下,安装依赖
cd ~/TakwayDisplayPlatform
pip install -r requirements.txt
-
在utils/目录下创建vits_model文件夹
从链接下载vits_model并放入该文件夹下,只需下载config.json和G_953000.pth即可
-
回到仓库根目录下运行
python main.py
启动程序