From 5c99354831d5c2b4c771de5f02faf0cdc78d8be2 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Wed, 11 May 2022 14:27:48 -0500 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a6ec31..27c402d 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,26 @@ This application uses state-of-the-art AI and models to remove vocals from track ## Installation -UVR v5.2.0 and all of its features are only available on Windows. However, this application can be run on Mac & Linux by performing a manual install (see the **Manual Developer Installation** section below for more information). Some features may not be available on non-Windows platforms. +UVR v5.2.0 and all of its features are only available on Windows. ### Windows Installation -The installer does not require any prerequisites. All of the required libraries are included within the installation. +This installation bundle contains the UVR interface, Python, PyTorch, and other dependencies needed to run the application effectively. No prerequisites required. - Download the UVR installer [here]() +- 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. + - **Optional** - The Model Expansion Pack can be downloaded [here]() - Please navigate to the "Updates" tab within the Help Guide provided in the GUI for instructions on installing the Model Expansion pack. - This version of the GUI is fully backward compatible with the v4 models. +### Other Platforms + +This application can be run on Mac & Linux by performing a manual install (see the **Manual Developer Installation** section below for more information). Some features may not be available on non-Windows platforms. + ## Application Manual **General Options** @@ -50,11 +58,11 @@ The installer does not require any prerequisites. All of the required libraries -## Other GUI Notes +### Other GUI Notes - The application will automatically remember your settings when closed. - Conversion times will significantly depend on your hardware. -- The application relies on Sox - Sound Exchange for Noise Reduction. +- This application relies on Sox - Sound Exchange for Noise Reduction. - This application relies on FFmpeg to process non-wav audio files. - This application will *not* be friendly to older or budget hardware. Please proceed with caution! Please pay attention to your PC and make sure it doesn't overheat. ***We are not responsible for any hardware damage.*** @@ -129,6 +137,7 @@ The **Ultimate Vocal Remover GUI** code is [MIT-licensed](LICENSE). - [tsurumeso](https://github.com/tsurumeso) - Developed the original VR Architecture code. - [Kuielab & Woosung Choi](https://github.com/kuielab) - Developed the original MDX-Net AI code. - [Adefossez & Demucs](https://github.com/facebookresearch/demucs) - Developed the original MDX-Net AI code. +- [Hv](https://github.com/NaJeongMo/Colab-for-MDX_B) - Helped implement chunks into the MDX-Net AI code. Thank you! ## Contributing