/Multi-Model-RVC-Inference

RVC Inference with multiple model and huggingface support

Primary LanguagePythonMIT LicenseMIT

Multi-Model RVC Inference

Simplified RVC Inference for HuggingFace or Google Colab

License Repository

Information

Please support the original RVC, without it, this inference wont be possible to make.
Original RVC Repository

Features

  • Support V1 & V2 Model ✅
  • Youtube Audio Downloader ✅
  • Demucs (Voice Splitter) [Internet required for downloading model] ✅
  • TTS Support ✅
  • Microphone Support ✅
  • HuggingFace Spaces Inference [FREE TIER CPU] ✅
    • Remove Youtube & Input Path ✅
    • Remove Crepe Support due to gpu requirement ✅

Installation

  1. Install Requirement
pip install torch torchvision torchaudio

pip install -r requirements.txt
  1. Install ffmpeg

  2. Download Hubert Model

  3. [OPTIONAL] To use rmvpe pitch extraction, download this rvmpe.pt

  4. Run WebUI

python app.py

Other Inference

Advanced RVC Inference