v5.6
dgtlmoon/changedetection.iov5.6Sep 26, 2023by Anjok07
AI Summary
This release expands UVR GUI capabilities by adding full Demucs compatibility, MDX23C support, and expanding GPU acceleration for Mac systems.
Key Highlights
- Full Demucs v1-v4 compatibility
- Full MDX23C compatibility
- Expanded MPS (GPU) acceleration
- MacOS Sonoma mouse click fix
New Features
- Demucs v1-v4 support
- MDX23C support
- GPU acceleration
Full Release Notes
General Release Information
- UVR Version 5.6 includes the following:
- Full Demucs v1, v2, v3, & v4 compatibility.
- Full MDX23C compatibility.
- Brand new MDX23C models available via the Download Center.
- Additional models and application patches can be downloaded via the "Settings" menu within the application.
- Much more!
## Installations
These bundles contain the UVR interface, Python, PyTorch, and other dependencies needed to run the application effectively. No prerequisites are required.
### Windows Installation
- Please Note:
- This installer is intended for those running Windows 10 or higher.
- Application functionality for systems running Windows 7 or lower is not guaranteed.
- Application functionality for Intel Pentium & Celeron CPUs systems is not guaranteed.
- You must install UVR to the main C:\ drive. Installing UVR to a secondary drive will cause instability.
- Download the UVR installer for Windows via the link below:
- [Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/UVR_v5.6.0_setup.exe)
- [Main Download Link mirror](https://www.mediafire.com/file_premium/jiatpgp0ljou52p/UVR_v5.6.0_setup.exe/file)
- If you use an **AMD Radeon or Intel Arc graphics card**, you can try the Beta Roformer Version of UVR that includes DirectML referenced below. This beta release of UVR includes the ability to run Roformer, SCnet, & Bandit Models, you can download it below. The Roformer, SCnet, & Bandit models can be downloaded via the **Download Center**.
- Update Package instructions for those who have UVR already installed:
- If you already have UVR installed, you can download it straight from the application, or [click here for the patch](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/UVR_Patch_10_6_23_4_27.exe).
- Beta Roformer (and DirectML) Version of UVR:
- If you are interested in trying a the beta release of UVR that includes the ability to run the Roformer Models, you can download it below. The Roformer models can be downloaded via the **Download Center**. DirectML is included in this version.
- [UVR Roformer Version Full Install - Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/UVR_1_15_25_22_30_BETA_full.exe)
- [UVR Roformer Version Patch Only - Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/UVR_Patch_1_15_25_22_30_BETA_rofo.exe)
### MacOS Installation
- Please Note:
- The MacOS Sonoma mouse clicking issue has been fixed.
- MPS (GPU) acceleration has been expanded to work with Demucs v4 and all MDX-Net models.
- This bundle is intended for those running macOS Big Sur and above.
- Application functionality for systems running macOS Catalina or lower is not guaranteed.
- Application functionality for older or budget Mac systems is not guaranteed.
- Once everything is installed, the application may take up to 5-10 minutes to start for the first time (depending on your Macbook).
- Download the UVR dmg for MacOS via one of the links below:
- Mac M1 (arm64) users:
- [Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/Ultimate_Vocal_Remover_v5_6_MacOS_arm64.dmg)
- [Main Download Link mirror](https://www.mediafire.com/file_premium/u3rk54wsqadpy93/Ultimate_Vocal_Remover_v5_6_MacOS_arm64.dmg/file)
- Mac Intel (x86_64) users:
- [Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/Ultimate_Vocal_Remover_v5_6_MacOS_x86_64.dmg)
- [Main Download Link mirror](https://www.mediafire.com/file_premium/2gf1werx5ly5ylz/Ultimate_Vocal_Remover_v5_6_MacOS_x86_64.dmg/file)
- Beta Roformer Version of UVR:
- This beta release of UVR includes the ability to run Roformer, SCnet, & Bandit Models, you can download it below. The Roformer, SCnet, & Bandit models can be downloaded via the **Download Center**. If you are interested in trying a the beta release of UVR, you can download it below.
- [UVR Roformer - Mac Intel (x86_64) Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/Ultimate_Vocal_Remover_v5_6_Roformer_beta_0115_MacOS_x86_64_hf.dmg)
- [UVR Roformer - Mac M1 (arm64) Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/Ultimate_Vocal_Remover_v5_6_Roformer_beta_0115_MacOS_arm64_hf.dmg)
<details id="CannotOpen">
<summary>MacOS Users: Having Trouble Opening UVR?</summary>
> Due to Apples strict application security, you may need to follow these steps to open UVR.
>
> First, run the following command via Terminal.app to allow applications to run from all sources (it's recommended that you re-enable this once UVR opens properly.)
>
> ```bash
> sudo spctl --master-disable
> ```
>
> Second, run the following command to bypass Notarization:
>
> ```bash
> sudo xattr -rd com.apple.quarantine /Applications/Ultimate\ Vocal\ Remover.app
> ```