Releases: Eddycrack864/UVR5-UI
Releases · Eddycrack864/UVR5-UI
UVR5 UI v1.6.1
Important Installation Guidelines
Before you install UVR5 UI
Keep these instructions in mind:
- File Location: Place the UVR5 UI files in a folder on your C drive (e.g. /Downloads folder).
- Access Control: Avoid placing UVR5 UI in folders that require Admin privileges.
- Path Requirements: Ensure the installation path is free of spaces or special characters.
Installation Steps
- Download: Clone the repository or download the source code from this link.
- Run the Installer: Inside the folder run the
UVR5-UI-installer.bat
(Windows) orUVR5-UI-installer.sh
(Linux) script. - Start UVR5 UI: Launch UVR5 UI by running the
run-UVR5-UI.bat
(Windows) orrun-UVR5-UI.sh
(Linux) script.
What's new in this release?
- New model added
UVR-MDX-NET-Inst_HQ_5.onnx
- Gradio update
- yt-dlp update
Full Changelog: v1.6.0...v1.6.1
UVR5 UI v1.6.0
Important Installation Guidelines
Before you install UVR5 UI
Keep these instructions in mind:
- File Location: Place the UVR5 UI files in a folder on your C drive (e.g. /Downloads folder).
- Access Control: Avoid placing UVR5 UI in folders that require Admin privileges.
- Path Requirements: Ensure the installation path is free of spaces or special characters.
Installation Steps
- Download: Clone the repository or download the source code from this link.
- Run the Installer: Inside the folder run the
UVR5-UI-installer.bat
(Windows) orUVR5-UI-installer.sh
(Linux) script. - Start UVR5 UI: Launch UVR5 UI by running the
run-UVR5-UI.bat
(Windows) orrun-UVR5-UI.sh
(Linux) script.
What's new in this release?
- New models added:
- MelBand Roformer Kim | Inst V1 by Unwa
- MelBand Roformer Kim | Inst V2 by Unwa
- MelBand Roformer Kim | InstVoc Duality V1 by Unwa
- MelBand Roformer Kim | InstVoc Duality V2 by Unwa
- Inference speed improved by 80%
Audio length | Duration of inference before | Duration of inference after |
---|---|---|
269s | 209s | 41s |
321s | 250s | 49s |
221s | 175s | 36s |
This is possible thanks to the use of Pytorch Autocast and the new code improvements. Tested on Tesla T4 btw.
- New supported audio formats:
- ogg
- opus
- m4a
- aiff
- ac3
- Progress bar added
- Stop renaming input audio files (The name of the original audio is now preserved)
- Stop using CLI (use python function instead)
- Code Improvements
- New features have been added to the interface (Batch Size, Amplification Threshold, Normalization Threshold and more!)
Full Changelog: v1.5.2...v1.6.0
UVR5 UI v1.5.2
Important Installation Guidelines
Before you install UVR5 UI
Keep these instructions in mind:
- File Location: Place the UVR5 UI files in a folder on your C drive (e.g. /Downloads folder).
- Access Control: Avoid placing UVR5 UI in folders that require Admin privileges.
- Path Requirements: Ensure the installation path is free of spaces or special characters.
Installation Steps
- Download: Clone the repository or download the source code from this link.
- Run the Installer: Inside the folder run the
UVR5-UI-installer.bat
(Windows) orUVR5-UI-installer.sh
(Linux) script. - Start UVR5 UI: Launch UVR5 UI by running the
run-UVR5-UI.bat
(Windows) orrun-UVR5-UI.sh
(Linux) script.
What's new in this release?
- NVIDIA GPU acceleration hot fix
- Added Turkish and Hindi language
Full Changelog: v1.5.1...v1.5.2
UVR5 UI v1.5.1
Important Installation Guidelines
Before you install UVR5 UI
Keep these instructions in mind:
- File Location: Place the UVR5 UI files in a folder on your C drive (e.g. /Downloads folder).
- Access Control: Avoid placing UVR5 UI in folders that require Admin privileges.
- Path Requirements: Ensure the installation path is free of spaces or special characters.
Installation Steps
- Download: Clone the repository or download the source code from this link.
- Run the Installer: Inside the folder run the
UVR5-UI-installer.bat
(Windows) orUVR5-UI-installer.sh
(Linux) script. - Start UVR5 UI: Launch UVR5 UI by running the
run-UVR5-UI.bat
(Windows) orrun-UVR5-UI.sh
(Linux) script.
What's new in this release?
- Gradio not loading hot fix
- The language is automatically selected based on your browser language, if your language is not available English will be the default language.
Full Changelog: v1.5.0...v1.5.1
UVR5 UI v1.5.0
Important Installation Guidelines
Before you install UVR5 UI
Keep these instructions in mind:
- File Location: Place the UVR5 UI files in a folder on your C drive (e.g. /Downloads folder).
- Access Control: Avoid placing UVR5 UI in folders that require Admin privileges.
- Path Requirements: Ensure the installation path is free of spaces or special characters.
Installation Steps
- Download: Clone the repository or download the source code from this link.
- Run the Installer: Inside the folder run the
UVR5-UI-installer.bat
(Windows) orUVR5-UI-installer.sh
(Linux) script. - Start UVR5 UI: Launch UVR5 UI by running the
run-UVR5-UI.bat
(Windows) orrun-UVR5-UI.sh
(Linux) script.
What's new in this release?
- Linux Support
- Code Improvements
Full Changelog: v1.4.0...v1.5.0
UVR5 UI v1.4.0
Important Installation Guidelines
Before you install UVR5 UI
Keep these instructions in mind:
- File Location: Place the UVR5 UI files in a folder on your C drive (e.g. /Downloads folder).
- Access Control: Avoid placing UVR5 UI in folders that require Admin privileges.
- Path Requirements: Ensure the installation path is free of spaces or special characters.
Installation Steps
- Download: Clone the repository or download the source code from this link.
- Run the Installer: Inside the folder run the
UVR5-UI-installer.bat
script. - Start UVR5 UI: Launch UVR5 UI by running the
run-UVR5-UI.bat
script.
What's new in this release?
- More languages added
- Windows Support
- Code Improvements
- audio-separator update
- Gradio update
- New theme
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- Added support for multiple languages.
- Lightning.ai notebook added
- Code improvements
v1.2.5
Better file organization
v1.2.4
Code improvements and python-audio-separator update
v1.2.3
Update to Gradio 5!
Gradio 5.1 to be exact.