Multi Model RVC Inference
1.0.0
Please support the original RVC, without it, this inference wont be possible to make.
Install ffmpeg first before running these command.
start.bat to download the model and dependencies. run.bat to run the inferencestart.sh to download the model and dependencies. run.sh to run the inferenceInstall 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/cu121Install ffmpeg
Install Dependencies
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