This project is based on python-audio-separator (a CLI version of UVR5). This project was originally created for the AI HUB community.
- 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
- 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.
- Git. You can download Git here.
- FFmpeg. You can download FFmpeg here or you can use my automated installation script (for Windows). For linux just run
sudo apt-get install ffmpeg
.
Important
FFmpeg has to be added to the PATH.
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
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.
Start UVR5 UI using:
- Windows: Double-click
run-UVR5-UI.bat
. - Linux: Run
run-UVR5-UI.sh
.
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
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:
- Add more languages
- Add more models
- 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.