1
0
Fork 0

update: 添加README文件

This commit is contained in:
killua 2024-06-13 17:00:17 +08:00
parent 631bbb3631
commit ce46c0f35b
1 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# 部署步骤
1. 将该仓库clone到本地
2. 创建虚拟环境并启动
``` shell
conda create -n takway python=3.9
conda activate takway
```
3. cd进入仓库目录下安装依赖
``` shell
cd ~/TakwayDisplayPlatform
pip install -r requirements.txt
```
4. 在utils/目录下创建vits_model文件夹
从[链接](https://huggingface.co/spaces/zomehwh/vits-uma-genshin-honkai/tree/main/model)下载vits_model并放入该文件夹下只需下载config.json和G_953000.pth即可
5. 回到仓库根目录下运行`python main.py`启动程序