Skip to content

Ultimate Vocal Remover 5 with Gradio UI. Separate an audio file into various stems, using multiple models

License

Notifications You must be signed in to change notification settings

Eddycrack864/UVR5-UI

Repository files navigation

🎵 UVR5 UI 🎵

madewithlove

cutecounter

Open In Colab Open In Kaggle Open in Studio Licence Discord

This project is based on python-audio-separator (a CLI version of UVR5). This project was originally created for the AI ​​HUB community.

Hugging Face

You can also try it in Hugging Faces Spaces running on Zero GPU (A100)!

Features:

  • User Friendly Interface
  • All VR Arch Models
  • All MDX-NET Models
  • Demucs v4 Models
  • MDX23C Models
  • BS-Roformer ViperX Models
  • VIP Models
  • Separation of an audio/video from all sites supported by yt_dlp. Check the complete list here.
  • Batch Separation
  • Available in multiple languages
  • Colab/Kaggle/Lightning.ai support
  • Windows/Linux support

Requirements

Hardware Requirements:

  • Nvidia Series 2000 (RTX) or higher.
  • At least 10Gb of disk space.

Note

Older NVIDIA GPUs will be very slow. CPU will be insanely slow. If you don't meet the hardware requirements use our Colab/Kaggle/Lightning.ai/Hugging Face.

Prerequisites:

Important

FFmpeg has to be added to the PATH.

Getting Started

Clone the repository (git needed) or download the source code of the latest release here

git clone https://github.com/Eddycrack864/UVR5-UI.git

Then continue with the steps described below

1. Installation

Run the installation script based on your operating system:

  • Windows: Double-click UVR5-UI-installer.bat.
  • Linux: Run UVR5-UI-installer.sh.

Tip

I personally recommend running the updater before installing to make sure you have the latest changes.

2. Running UVR5 UI

Start UVR5 UI using:

  • Windows: Double-click run-UVR5-UI.bat.
  • Linux: Run run-UVR5-UI.sh.

3. Update UVR5 UI (If you want/need it)

Update UVR5 UI using (git needed):

  • Windows: Double-click UVR5-UI-updater.bat.
  • Linux: Run UVR5-UI-updater.sh.

If you find an error when installing or running the program please consult this troubleshooting file first, if your error is not described there please create an issue

Contributions

If you want to participate and help me with this project feel free to create an issue if something goes wrong or make a pull request to improve this project.

Any type of contribution is welcome 💖

If you like this project you can star this repository. I will appreciate a lot 💖💖💖

You can donate to the original UVR5 project here:

"Buy Me A Coffee"

TO-DO

  • Add more languages
  • Add more models

Credits

  • python-audio-separator by beveradb.
  • gradio-i18n by hoveychen
  • Special thanks to Ilaria for hosting this space and help 💖
  • Thanks to Mikus for the help with the code.
  • Thanks to Nick088 for the help to fix roformers.
  • Thanks to yt_dlp devs.
  • Improvements by Blane187.
  • Separation by link source code and improvements by Blane187.
  • Thanks to ArisDev for porting UVR5 UI to Kaggle and improvements.