From 60f4804fa01b7c3dbad7c3d6f3e3200db62bd5c8 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Mon, 9 Jan 2023 04:55:45 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97f567c..d3df658 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ These bundles contain the UVR interface, Python, PyTorch, and other dependencies ### Manual Windows Installation - Download and extract the repository [here](https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/heads/master.zip) -- Download Python [here](https://www.python.org/ftp/python/3.9.8/python-3.9.8-amd64.exe) +- Download and install Python [here](https://www.python.org/ftp/python/3.9.8/python-3.9.8-amd64.exe) - Make sure to check "Add python.exe to PATH" during the install - Run the following commands from the extracted repo directory: @@ -114,7 +114,7 @@ In order to use the Time Stretch or Change Pitch tool, you'll need Rubber Band. ### Manual MacOS Installation - Download and save this repository [here](https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/heads/master.zip) -- Download Python 3.10 [here](https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg) +- Download and install Python 3.10 [here](https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg) - From the saved directory run the following - ``` @@ -168,7 +168,9 @@ pip3 install -r requirements.txt ### Other Application Notes +- Nvidia RTX 1060 6GB is the minimum requirement for GPU conversions. - Nvidia GPUs with at least 8GBs of V-RAM are recommended. +- AMD Radeon GPUs are not supported at this time. - This application is only compatible with 64-bit platforms. - This application relies on the Rubber Band library for the Time-Stretch and Pitch-Shift options. - This application relies on FFmpeg to process non-wav audio files.