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/cu121
Install ffmpeg
Install Dependencies
pip install -r requirements.txt
Download Pre-model
# Hubert Model
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/hubert_base.pt
# Save it to /assets/hubert/hubert_base.pt
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt
5. Run WebUI <br />
```bash
python app.py