Views
No views yet
tests 目录下。1# 假设你的 GPT-SoVITS 项目根目录为 /path/to/GPT-SoVITS
2git clone https://huggingface.co/Waterwzy/GPT-So-VITS-firefly-finetuning
3cd GPT-So-VITS-firefly-finetuning
4cp ./GPT_weights_v2ProPlus/firefly-e15.ckpt /path/to/GPT-SoVITS/GPT_weights_v2ProPlus/
5cp ./SoVITS_weights_v2ProPlus/firefly-e8-s3680.pth /path/to/GPT-SoVITS/SoVITS_weights_v2ProPlus/除了上述的两个模型,本仓库还附带了两个训练过程中的 GPT 模型firefly-e5.ckptfirefly-e10.ckpt;一个训练过程中的 SOVITS 模型firefly-e4-s1840.pth,用法同上述指令。
go-webui.bat 或 go-webui.ps1 即可打开 webui 进行推理。samples 目录中;对应文本在 samples/text.txt 中。