Skip to content

Releases: Eddycrack864/UVR5-UI

UVR5 UI v1.7.1

04 Jan 21:28
Compare
Choose a tag to compare

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

  1. Download: Clone the repository or download the source code from this link.
  2. Run the Installer: Inside the folder run the UVR5-UI-installer.bat (Windows) or UVR5-UI-installer.sh (Linux) script.
  3. Start UVR5 UI: Launch UVR5 UI by running the run-UVR5-UI.bat (Windows) or run-UVR5-UI.sh (Linux) script.

What's new in this release?

  • Added Output Single Stem
  • Added Leaderboard sorted by stems and SDR
  • Changed the default values ​​of normalization threshold and amplification threshold
  • Fix for translations
  • Separator update

Full Changelog: v1.7.0...v1.7.1

UVR5 UI v1.7.0

23 Dec 21:21
Compare
Choose a tag to compare

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

  1. Download: Clone the repository or download the source code from this link.
  2. Run the Installer: Inside the folder run the UVR5-UI-installer.bat (Windows) or UVR5-UI-installer.sh (Linux) script.
  3. Start UVR5 UI: Launch UVR5 UI by running the run-UVR5-UI.bat (Windows) or run-UVR5-UI.sh (Linux) script.

What's new in this release?

  • Added Music Source Separation models, check out the full list below:
    • Mel Band Roformer Vocal by Kimberley Jensen
    • MelBand Roformer Kim | FT by unwa
    • MelBand Roformer Kim | Inst V1 (E) by Unwa
    • MelBand Roformer | De-Reverb by anvuew
    • MelBand Roformer | De-Reverb Less Aggressive by anvuew
    • MelBand Roformer | De-Reverb-Echo by Sucial
    • MelBand Roformer | De-Reverb-Echo V2 by Sucial
    • MelBand Roformer Kim | SYHFT by SYH99999
    • MelBand Roformer Kim | SYHFT V2 by SYH99999
    • MelBand Roformer Kim | SYHFT V2.5 by SYH99999
    • MelBand Roformer Kim | SYHFT V3 by SYH99999
    • MelBand Roformer Kim | Big SYHFT V1 by SYH99999
    • MelBand Roformer Kim | Big Beta 4 FT by unwa
    • MelBand Roformer Kim | Big Beta 5e FT by unwa
    • BS Roformer | Chorus Male-Female by Sucial
    • MelBand Roformer | Aspiration by Sucial
    • MelBand Roformer | Aspiration Less Aggressive by Sucial
    • MelBand Roformer | Bleed Suppressor V1 by unwa & 97chris
    • MDX23C De-Reverb by aufr33 & jarredou
    • MDX23C DrumSep by aufr33 & jarredou
    • UVR-De-Reverb by aufr33 & jarredou
  • Gradio update
  • audio-separator update
  • Added better description for stems. e.g. stem_1/stem_2 to Vocals/Other
  • Turkish translation was removed until I found a solution to the encoding bugs
  • Added a notebook for Docker (thanks to iroak)

Full Changelog: v1.6.1...v1.7.0

UVR5 UI v1.6.1

29 Nov 01:34
f9f56f7
Compare
Choose a tag to compare

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

  1. Download: Clone the repository or download the source code from this link.
  2. Run the Installer: Inside the folder run the UVR5-UI-installer.bat (Windows) or UVR5-UI-installer.sh (Linux) script.
  3. Start UVR5 UI: Launch UVR5 UI by running the run-UVR5-UI.bat (Windows) or run-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

27 Nov 21:05
5a74429
Compare
Choose a tag to compare

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

  1. Download: Clone the repository or download the source code from this link.
  2. Run the Installer: Inside the folder run the UVR5-UI-installer.bat (Windows) or UVR5-UI-installer.sh (Linux) script.
  3. Start UVR5 UI: Launch UVR5 UI by running the run-UVR5-UI.bat (Windows) or run-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

23 Nov 17:03
00d7442
Compare
Choose a tag to compare

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

  1. Download: Clone the repository or download the source code from this link.
  2. Run the Installer: Inside the folder run the UVR5-UI-installer.bat (Windows) or UVR5-UI-installer.sh (Linux) script.
  3. Start UVR5 UI: Launch UVR5 UI by running the run-UVR5-UI.bat (Windows) or run-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

08 Nov 01:03
Compare
Choose a tag to compare

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

  1. Download: Clone the repository or download the source code from this link.
  2. Run the Installer: Inside the folder run the UVR5-UI-installer.bat (Windows) or UVR5-UI-installer.sh (Linux) script.
  3. Start UVR5 UI: Launch UVR5 UI by running the run-UVR5-UI.bat (Windows) or run-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

07 Nov 00:31
Compare
Choose a tag to compare

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

  1. Download: Clone the repository or download the source code from this link.
  2. Run the Installer: Inside the folder run the UVR5-UI-installer.bat (Windows) or UVR5-UI-installer.sh (Linux) script.
  3. Start UVR5 UI: Launch UVR5 UI by running the run-UVR5-UI.bat (Windows) or run-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

05 Nov 05:54
Compare
Choose a tag to compare

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

  1. Download: Clone the repository or download the source code from this link.
  2. Run the Installer: Inside the folder run the UVR5-UI-installer.bat script.
  3. 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

26 Oct 16:10
9007677
Compare
Choose a tag to compare
  • Added support for multiple languages.
  • Lightning.ai notebook added
  • Code improvements

v1.2.5

22 Oct 23:09
Compare
Choose a tag to compare

Better file organization