- 项目github地址:https://github.com/RVC-Boss/GPT-SoVITS.git
- 官方教程:https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e/tkemqe8vzhadfpeu
- 本文旨在迅速实操GPT-SoVits项目,不阐述技术原理(后期如果有时间研究,争取写个学习笔记)。
- windows用户可直接使用整合包。
- 感谢书生·浦语提供的服务器资源。
一、准备工作
下载源项目
git clone https://github.com/RVC-Boss/GPT-SoVITS.git
安装依赖
conda create -n GPTSoVits python=3.9
conda activate GPTSoVits
pip install -r requirements.txt
下载预训练模型
https://huggingface.co/lj1995/GPT-SoVITS/tree/main
或者
启动webUI页面
python webui.py