A simple singing voice conversion demo and inference workflow.
Install the required dependencies:
pip install -r requirements.txtDownload the model from the following link:
Place the downloaded file in the following directory:
lib/vocal_remover/5_HP-Karaoke-UVR.pth
Main entry file:
demo_svc.py
sid: speaker ID,int, range[0, 18]f0_up_key: pitch shift,int, range[-12, 12]- Use
0for male-to-male or female-to-female conversion - Use
+12for male-to-female conversion - Use
-12for female-to-male conversion
- Use
index_rate: voice similarity,float, default0.7, range[0, 1]
See requirements.txt for the full environment dependencies.