Skip to content

AWAS666/RVCYouTubePipeLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube to RVC song pipeline

This projects aims to be a one stop shop to convert any song from youtube to a rvc song cover.

Example: https://github.com/user-attachments/assets/4e7a18d9-5b88-4f4f-93a4-159ed11306e8

Install

Install torch <2.5 (audio-seperator)

pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu118

Install requirements

pip install -r requirements.txt

You will likely need ffmpeg

Train your models

This repo doesn't include training.

Just copy your model you trained using the rvc main repo into "rvc"

Run webui

python3 webui.py

Todo

  • basic pipeline in script
  • fastapi endpoint
  • gradio ui
  • effects like reverb -> pedalboard
    • improve effects and make them changeble in the webui
  • suno integration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages