From 6c613ee0e87a641fd98ea0e655c400f4202bc2c3 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Wed, 2 Nov 2022 03:27:47 -0500 Subject: [PATCH] Update README.md --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index 569f6f4..4a54a3e 100644 --- a/README.md +++ b/README.md @@ -112,30 +112,7 @@ If possible, click the "Settings Button" to the left of the "Start Processing" b ## Manual Installation (For Developers) -**PLEASE NOTE:** Manual installs are **not** recommended at this time! I am rewriting UVR's entire codebase for better readability, optimized application performance, enhanced features, and streamlined cross-platform compatibility. The new code will be released **before** Halloween 2022. - -These instructions are for those installing UVR v5.2.0 **manually** only. - -1. Download & install Python 3.9 or lower (but no lower than 3.6) [here](https://www.python.org/downloads/) - - **Note:** Ensure the *"Add Python to PATH"* box is checked -2. Download the Source code [here](https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/heads/master.zip) -3. Download the models via the "Settings" menu within the application. -4. Extract the *ultimatevocalremovergui-master* folder within ultimatevocalremovergui-master.zip where ever you wish. -5. Download the SoX archive [here](https://sourceforge.net/projects/sox/files/sox/14.4.2/sox-14.4.2-win32.zip/download) and extract the contents into the *ultimatevocalremovergui-master/lib_v5/sox* directory. -6. Open the command prompt from the ultimatevocalremovergui-master directory and run the following commands, separately - - -``` -pip install --no-cache-dir -r requirements.txt -``` -``` -pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html -``` - -From here you should be able to open and run the UVR.py file - -- FFmpeg - - - FFmpeg must be installed and configured for the application to process any track that isn't a *.wav* file. You will need to look up instruction on how to configure it on your operating system. +**PLEASE NOTE:** Manual installs are **not** possible at this time! I am rewriting UVR's entire codebase for better readability, optimized application performance, enhanced features, and streamlined cross-platform compatibility. The new code will be released **before** the end of 2022. ## License