Toritto's picture
Upload 37 files
9807012
|
raw
history blame
1.9 kB

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

How to use

Command Line Arguments

Other Inference

Advanced RVC Inference