Sing-For-Me / README.md
Jarod Castillo
lfs-changes
17d67e8

A newer version of the Gradio SDK is available: 5.6.0

Upgrade
metadata
title: Sing For Me
emoji: 😻
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 3.40.1
app_file: app.py
pinned: false
license: openrail

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 Advanced RVC Inference