1
0
Fork 0
bert-vits2-utils
Go to file
killua ce46c0f35b update: 添加README文件 2024-06-13 17:00:17 +08:00
app update: 更新了进入沉默模式的功能 2024-06-12 22:56:39 +08:00
test debug: 修复了多个bug 2024-06-10 02:28:16 +08:00
utils debug: 修复了多个bug 2024-06-10 02:28:16 +08:00
.gitignore debug: 修复了多个bug 2024-06-10 02:28:16 +08:00
README.md update: 添加README文件 2024-06-13 17:00:17 +08:00
config.py update: 封装了豆包模型 2024-06-12 17:18:47 +08:00
main.py update: 更新了进入沉默模式的功能 2024-06-12 22:56:39 +08:00
requirements.txt update: 添加requirements文件 2024-06-13 16:52:18 +08:00

README.md

部署步骤

  1. 将该仓库clone到本地
  2. 创建虚拟环境并启动
conda create -n takway python=3.9
conda activate takway
  1. cd进入仓库目录下安装依赖
cd ~/TakwayDisplayPlatform
pip install -r requirements.txt
  1. 在utils/目录下创建vits_model文件夹

    链接下载vits_model并放入该文件夹下只需下载config.json和G_953000.pth即可

  2. 回到仓库根目录下运行python main.py启动程序