Multi Model RVC Inference
1.0.0
请支持原始的RVC,没有它,这种推论将无法做出。
在运行这些命令之前,请先安装FFMPEG。
start.bat下载模型和依赖项。run.bat以运行推理start.sh下载模型和依赖项。run.sh以运行推理安装Pytorch
pip install torch torchvision torchaudio # For Windows (Due to flashv2 not supported in windows, Issue: https://github.com/Dao-AILab/flash-attention/issues/345#issuecomment-1747473481)
pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
# Other (Linux, etc)
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121安装FFMPEG
安装依赖项
pip install -r requirements.txt # Hubert Model
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/hubert_base.pt
# Save it to /assets/hubert/hubert_base.pt
# RVMPE (rmvpe pitch extraction, Optional)
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt
# Save it to /assets/rvmpe/rmvpe.ptpython app.py