Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ title: UVR5.6
|
|
4 |
sdk: gradio
|
5 |
emoji: 😻
|
6 |
colorFrom: indigo
|
7 |
-
colorTo:
|
8 |
---
|
9 |
# Ultimate Vocal Remover GUI v5.6
|
10 |
<img src="https://raw.githubusercontent.com/Anjok07/ultimatevocalremovergui/master/gui_data/img/UVR_v5.6.png?raw=true" />
|
@@ -23,184 +23,6 @@ This application uses state-of-the-art source separation models to remove vocals
|
|
23 |
- **Support the Project**
|
24 |
- [Donate](https://www.buymeacoffee.com/uvr5)
|
25 |
|
26 |
-
## Installation
|
27 |
-
|
28 |
-
These bundles contain the UVR interface, Python, PyTorch, and other dependencies needed to run the application effectively. No prerequisites are required.
|
29 |
-
|
30 |
-
### Windows Installation
|
31 |
-
|
32 |
-
- Please Note:
|
33 |
-
- This installer is intended for those running Windows 10 or higher.
|
34 |
-
- Application functionality for systems running Windows 7 or lower is not guaranteed.
|
35 |
-
- Application functionality for Intel Pentium & Celeron CPUs systems is not guaranteed.
|
36 |
-
- You must install UVR to the main C:\ drive. Installing UVR to a secondary drive will cause instability.
|
37 |
-
|
38 |
-
- Download the UVR installer for Windows via the link below:
|
39 |
-
- [Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/UVR_v5.6.0_setup.exe)
|
40 |
-
- [Main Download Link mirror](https://www.mediafire.com/file_premium/jiatpgp0ljou52p/UVR_v5.6.0_setup.exe/file)
|
41 |
-
- If you use an **AMD Radeon or Intel Arc graphics card**, you can try the OpenCL version:
|
42 |
-
- [OpenCL Version - Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/UVR_v5.6.0_setup_opencl.exe)
|
43 |
-
- Update Package instructions for those who have UVR already installed:
|
44 |
-
- If you already have UVR installed you can install this package over it or 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).
|
45 |
-
|
46 |
-
<details id="WindowsManual">
|
47 |
-
<summary>Windows Manual Installation</summary>
|
48 |
-
|
49 |
-
### Manual Windows Installation
|
50 |
-
|
51 |
-
- Download and extract the repository [here](https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/heads/master.zip)
|
52 |
-
- Download and install Python [here](https://www.python.org/ftp/python/3.9.8/python-3.9.8-amd64.exe)
|
53 |
-
- Make sure to check "Add python.exe to PATH" during the install
|
54 |
-
- Run the following commands from the extracted repo directory:
|
55 |
-
|
56 |
-
```
|
57 |
-
python.exe -m pip install -r requirements.txt
|
58 |
-
```
|
59 |
-
|
60 |
-
If you have a compatible Nvidia GPU, run the following command:
|
61 |
-
|
62 |
-
```
|
63 |
-
python.exe -m pip install --upgrade torch --extra-index-url https://download.pytorch.org/whl/cu117
|
64 |
-
```
|
65 |
-
|
66 |
-
If you do not have FFmpeg or Rubber Band installed and want to avoid going through the process of installing them the long way, follow the instructions below.
|
67 |
-
|
68 |
-
**FFmpeg Installation**
|
69 |
-
|
70 |
-
- Download the precompiled build [here](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip)
|
71 |
-
- From the archive, extract the following file to the UVR application directory:
|
72 |
-
- ```ffmpeg-5.1.2-essentials_build/bin/ffmpeg.exe```
|
73 |
-
|
74 |
-
**Rubber Band Installation**
|
75 |
-
|
76 |
-
In order to use the Time Stretch or Change Pitch tool, you'll need Rubber Band.
|
77 |
-
|
78 |
-
- Download the precompiled build [here](https://breakfastquay.com/files/releases/rubberband-3.1.2-gpl-executable-windows.zip)
|
79 |
-
- From the archive, extract the following files to the UVR application directory:
|
80 |
-
- ```rubberband-3.1.2-gpl-executable-windows/rubberband.exe```
|
81 |
-
- ```rubberband-3.1.2-gpl-executable-windows/sndfile.dll```
|
82 |
-
|
83 |
-
</details>
|
84 |
-
|
85 |
-
### MacOS Installation
|
86 |
-
- Please Note:
|
87 |
-
- The MacOS Sonoma mouse clicking issue has been fixed.
|
88 |
-
- MPS (GPU) acceleration for Mac M1 has been expanded to work with Demucs v4 and all MDX-Net models.
|
89 |
-
- This bundle is intended for those running macOS Big Sur and above.
|
90 |
-
- Application functionality for systems running macOS Catalina or lower is not guaranteed.
|
91 |
-
- Application functionality for older or budget Mac systems is not guaranteed.
|
92 |
-
- Once everything is installed, the application may take up to 5-10 minutes to start for the first time (depending on your Macbook).
|
93 |
-
|
94 |
-
- Download the UVR dmg for MacOS via one of the links below:
|
95 |
-
- Mac M1 (arm64) users:
|
96 |
-
- [Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/Ultimate_Vocal_Remover_v5_6_MacOS_arm64.dmg)
|
97 |
-
- [Main Download Link mirror](https://www.mediafire.com/file_premium/u3rk54wsqadpy93/Ultimate_Vocal_Remover_v5_6_MacOS_arm64.dmg/file)
|
98 |
-
|
99 |
-
- Mac Intel (x86_64) users:
|
100 |
-
- [Main Download Link](https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/Ultimate_Vocal_Remover_v5_6_MacOS_x86_64.dmg)
|
101 |
-
- [Main Download Link mirror](https://www.mediafire.com/file_premium/2gf1werx5ly5ylz/Ultimate_Vocal_Remover_v5_6_MacOS_x86_64.dmg/file)
|
102 |
-
|
103 |
-
<details id="CannotOpen">
|
104 |
-
<summary>MacOS Users: Having Trouble Opening UVR?</summary>
|
105 |
-
|
106 |
-
> Due to Apples strict application security, you may need to follow these steps to open UVR.
|
107 |
-
>
|
108 |
-
> 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.)
|
109 |
-
>
|
110 |
-
> ```bash
|
111 |
-
> sudo spctl --master-disable
|
112 |
-
> ```
|
113 |
-
>
|
114 |
-
> Second, run the following command to bypass Notarization:
|
115 |
-
>
|
116 |
-
> ```bash
|
117 |
-
> sudo xattr -rd com.apple.quarantine /Applications/Ultimate\ Vocal\ Remover.app
|
118 |
-
> ```
|
119 |
-
|
120 |
-
</details>
|
121 |
-
|
122 |
-
<details id="MacInstall">
|
123 |
-
<summary>Manual MacOS Installation</summary>
|
124 |
-
|
125 |
-
### Manual MacOS Installation
|
126 |
-
|
127 |
-
- Download and save this repository [here](https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/heads/master.zip)
|
128 |
-
- Download and install Python 3.10 [here](https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg)
|
129 |
-
- From the saved directory run the following -
|
130 |
-
|
131 |
-
```
|
132 |
-
pip3 install -r requirements.txt
|
133 |
-
```
|
134 |
-
|
135 |
-
- If your Mac is running with an M1, please run the following command next. If not, skip this step. -
|
136 |
-
|
137 |
-
```
|
138 |
-
cp /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_soundfile_data/libsndfile_arm64.dylib /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib
|
139 |
-
```
|
140 |
-
|
141 |
-
**FFmpeg Installation**
|
142 |
-
|
143 |
-
- Once everything is done installing, download the correct FFmpeg binary for your system [here](http://www.osxexperts.net) and place it into the main application directory.
|
144 |
-
|
145 |
-
**Rubber Band Installation**
|
146 |
-
|
147 |
-
In order to use the Time Stretch or Change Pitch tool, you'll need Rubber Band.
|
148 |
-
|
149 |
-
- Download the precompiled build [here](https://breakfastquay.com/files/releases/rubberband-3.1.2-gpl-executable-windows.zip)
|
150 |
-
- From the archive, extract the following files to the UVR/lib_v5 application directory:
|
151 |
-
- ```rubberband-3.1.2-gpl-executable-macos/rubberband```
|
152 |
-
|
153 |
-
This process has been tested on a MacBook Pro 2021 (using M1) and a MacBook Air 2017 and is confirmed to be working on both.
|
154 |
-
|
155 |
-
</details>
|
156 |
-
|
157 |
-
### Linux Installation
|
158 |
-
|
159 |
-
<details id="LinuxInstall">
|
160 |
-
<summary>See Linux Installation Instructions</summary>
|
161 |
-
|
162 |
-
<br />
|
163 |
-
|
164 |
-
**These install instructions are for Debian & Arch based Linux systems.**
|
165 |
-
|
166 |
-
- Download and save this repository [here](https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/heads/master.zip)
|
167 |
-
- From the saved directory run the following commands in this order-
|
168 |
-
|
169 |
-
**For Debian Based (Ubuntu, Mint, etc.):**
|
170 |
-
```
|
171 |
-
sudo apt update && sudo apt upgrade
|
172 |
-
sudo apt-get update
|
173 |
-
sudo apt install ffmpeg
|
174 |
-
sudo apt install python3-pip
|
175 |
-
sudo apt-get -y install python3-tk
|
176 |
-
pip3 install -r requirements.txt
|
177 |
-
python3 UVR.py
|
178 |
-
```
|
179 |
-
|
180 |
-
**For Arch Based (EndeavourOS):**
|
181 |
-
```
|
182 |
-
sudo pacman -Syu
|
183 |
-
sudo pacman -Sy
|
184 |
-
sudo pacman -S python-pip
|
185 |
-
sudo pacman -S --noconfirm tk
|
186 |
-
sudo pacman -S ffmpeg
|
187 |
-
```
|
188 |
-
|
189 |
-
To bypass environment setup and proceed with the installation, use:
|
190 |
-
|
191 |
-
- Take caution; this modifies system files.
|
192 |
-
|
193 |
-
```
|
194 |
-
sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED
|
195 |
-
```
|
196 |
-
|
197 |
-
Then proceed with the following in order:
|
198 |
-
|
199 |
-
```
|
200 |
-
chmod +x install_packages.sh
|
201 |
-
./install_packages.sh
|
202 |
-
python UVR.py
|
203 |
-
```
|
204 |
|
205 |
</details>
|
206 |
|
|
|
4 |
sdk: gradio
|
5 |
emoji: 😻
|
6 |
colorFrom: indigo
|
7 |
+
colorTo: purple
|
8 |
---
|
9 |
# Ultimate Vocal Remover GUI v5.6
|
10 |
<img src="https://raw.githubusercontent.com/Anjok07/ultimatevocalremovergui/master/gui_data/img/UVR_v5.6.png?raw=true" />
|
|
|
23 |
- **Support the Project**
|
24 |
- [Donate](https://www.buymeacoffee.com/uvr5)
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
</details>
|
28 |
|