--- license: mit library_name: rvc tags: - voice-conversion - rvc - hubert - rmvpe - singing-voice --- # RVC Models for Voice Conversion Pre-trained models for RVC (Retrieval-based Voice Conversion). ## Models - **rvc_models/hubert_base.pt** (181MB): Feature extraction - **rvc_models/rmvpe.pt** (173MB): Pitch extraction - **rvc_models/pretrained_v2/f0G48k.pth** (72MB): Voice generator ## Usage ```python from huggingface_hub import hf_hub_download hubert_path = hf_hub_download( repo_id="braindeck/musicGen-demo-aditi", filename="rvc_models/hubert_base.pt" ) ```