强大的少样本语音转换与语音合成Web用户界面
macos
shell
conda create -n GPTSoVits python=3.9
conda activate GPTSoVits
- 激活环境
conda activate GPTSoVits
- 停用
conda deactivate
go
mkdir GPTSoVits
cd GPTSoVits
git clone https://github.com/RVC-Boss/GPT-SoVITS.git
cd GPT-SoVITS
shell
pip install -r requirements.txt
pip uninstall torch torchaudio
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
shell
conda install ffmpeg
运行
go
$ python webui.py
Running on local URL: http://0.0.0.0:987