LOADING

加载过慢请开启缓存 浏览器默认开启

2023/7/23

RVC项目部署教程

git clone git@github.com:RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git

安装配置

conda create -n SVC python=3.9
pip install -r requirements.txt

下载对应的配置环境

lj1995/VoiceConversionWebUI at main (huggingface.co)

image-20230723155912006

image-20230723155937470

image-20230723155959215

将这些文件配置在对应的路径中:

hubert_base.pt

./pretrained 

./uvr5_weights

想测试v2版本模型的话,需要额外下载

./pretrained_v2 

如果你正在使用Windows,则你可能需要这个文件,若ffmpeg和ffprobe已安装则跳过; ubuntu/debian 用户可以通过apt install ffmpeg来安装这2个库

./ffmpeg

https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/ffmpeg.exe

./ffprobe

https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/ffprobe.exe

如果你想使用最新的RMVPE人声音高提取算法,则你需要下载音高提取模型参数并放置于RVC根目录

https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt

然后启动infer-web.py 来运行webui。