[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2274":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":16,"starSnapshotCount":16,"syncStatus":42,"lastSyncTime":43,"discoverSource":44},2274,"ultimatevocalremovergui","Anjok07\u002Fultimatevocalremovergui","Anjok07"," GUI for a Vocal Remover that uses Deep Neural Networks.","",null,"Python",25020,1864,185,1413,0,12,85,405,67,119.81,"MIT License",false,"master",true,[27,28,29,30,31,32,33,34,35,36,37,38],"audio","instrumental","karaoke","kareokee","music","pytorch","separation","source","spectrogram","vocal","vocal-remover","vocals","2026-06-12 04:00:14","# Ultimate Vocal Remover GUI v5.6\r\n\u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Fmaster\u002Fgui_data\u002Fimg\u002FUVR_v5.6.png?raw=true\" \u002F>\r\n\r\n[![Release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002Fanjok07\u002Fultimatevocalremovergui.svg)](https:\u002F\u002Fgithub.com\u002Fanjok07\u002Fultimatevocalremovergui\u002Freleases\u002Flatest)\r\n[![Downloads](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fdownloads\u002Fanjok07\u002Fultimatevocalremovergui\u002Ftotal.svg)](https:\u002F\u002Fgithub.com\u002Fanjok07\u002Fultimatevocalremovergui\u002Freleases)\r\n\r\n## About\r\n\r\nThis application uses state-of-the-art source separation models to remove vocals from audio files. UVR's core developers trained all of the models provided in this package (except for the Demucs v3 and v4 4-stem models).\r\n\r\n- **Core Developers**\r\n    - [Anjok07](https:\u002F\u002Fgithub.com\u002Fanjok07)\r\n    - [aufr33](https:\u002F\u002Fgithub.com\u002Faufr33)\r\n\r\n- **Support the Project**\r\n    - [Donate](https:\u002F\u002Fwww.buymeacoffee.com\u002Fuvr5)\r\n\r\n## Installation\r\n\r\nThese bundles contain the UVR interface, Python, PyTorch, and other dependencies needed to run the application effectively. No prerequisites are required.\r\n\r\n### Windows Installation\r\n\r\n- Please Note:\r\n    - This installer is intended for those running Windows 10 or higher. \r\n    - Application functionality for systems running Windows 7 or lower is not guaranteed.\r\n    - Application functionality for Intel Pentium & Celeron CPUs systems is not guaranteed.\r\n    - You must install UVR to the main C:\\ drive. Installing UVR to a secondary drive will cause instability.\r\n\r\n- Download the UVR installer for Windows via the link below:\r\n    - [Main Download Link](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Freleases\u002Fdownload\u002Fv5.6\u002FUVR_v5.6.0_setup.exe)\r\n    - [Main Download Link mirror](https:\u002F\u002Fwww.mediafire.com\u002Ffile_premium\u002Fjiatpgp0ljou52p\u002FUVR_v5.6.0_setup.exe\u002Ffile)\r\n- If you use an **AMD Radeon or Intel Arc graphics card**, you can try the DirectML version:\r\n    - [DirectML Version - Main Download Link](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Freleases\u002Fdownload\u002Fv5.6\u002FUVR_1_15_25_22_30_BETA_full.exe)\r\n- Update Package instructions for those who have UVR already installed:\r\n    - 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:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Freleases\u002Fdownload\u002Fv5.6\u002FUVR_Patch_10_6_23_4_27.exe).\r\n\r\n\u003Cdetails id=\"WindowsManual\">\r\n  \u003Csummary>Windows Manual Installation\u003C\u002Fsummary>\r\n\r\n### Manual Windows Installation\r\n\r\n- Download and extract the repository [here](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Farchive\u002Frefs\u002Fheads\u002Fmaster.zip)\r\n- Download and install Python [here](https:\u002F\u002Fwww.python.org\u002Fftp\u002Fpython\u002F3.9.8\u002Fpython-3.9.8-amd64.exe)\r\n   - Make sure to check \"Add python.exe to PATH\" during the install\r\n- Run the following commands from the extracted repo directory:\r\n\r\n```\r\npython.exe -m pip install -r requirements.txt\r\n```\r\n\r\nIf you have a compatible Nvidia GPU, run the following command:\r\n\r\n```\r\npython.exe -m pip install --upgrade torch --extra-index-url https:\u002F\u002Fdownload.pytorch.org\u002Fwhl\u002Fcu117\r\n```\r\n\r\nIf 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.\r\n\r\n**FFmpeg Installation**\r\n\r\n- Download the precompiled build [here](https:\u002F\u002Fwww.gyan.dev\u002Fffmpeg\u002Fbuilds\u002Fffmpeg-release-essentials.zip)\r\n- From the archive, extract the following file to the UVR application directory:\r\n   - ```ffmpeg-5.1.2-essentials_build\u002Fbin\u002Fffmpeg.exe```\r\n\r\n**Rubber Band Installation**\r\n\r\nIn order to use the Time Stretch or Change Pitch tool, you'll need Rubber Band.\r\n\r\n- Download the precompiled build [here](https:\u002F\u002Fbreakfastquay.com\u002Ffiles\u002Freleases\u002Frubberband-3.1.2-gpl-executable-windows.zip)\r\n- From the archive, extract the following files to the UVR application directory:\r\n   - ```rubberband-3.1.2-gpl-executable-windows\u002Frubberband.exe```\r\n   - ```rubberband-3.1.2-gpl-executable-windows\u002Fsndfile.dll```\r\n\r\n\u003C\u002Fdetails>\r\n\r\n### MacOS Installation\r\n- Please Note:\r\n    - The MacOS Sonoma mouse clicking issue has been fixed.\r\n    - MPS (GPU) acceleration for Mac M1 has been expanded to work with Demucs v4 and all MDX-Net models.\r\n    - This bundle is intended for those running macOS Big Sur and above.\r\n    - Application functionality for systems running macOS Catalina or lower is not guaranteed.\r\n    - Application functionality for older or budget Mac systems is not guaranteed.\r\n    - Once everything is installed, the application may take up to 5-10 minutes to start for the first time (depending on your Macbook).\r\n\r\n- Download the UVR dmg for MacOS via one of the links below:\r\n    - Mac M1 (arm64) users:\r\n       - [Main Download Link](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Freleases\u002Fdownload\u002Fv5.6\u002FUltimate_Vocal_Remover_v5_6_MacOS_arm64.dmg)\r\n       - [Main Download Link mirror](https:\u002F\u002Fwww.mediafire.com\u002Ffile_premium\u002Fu3rk54wsqadpy93\u002FUltimate_Vocal_Remover_v5_6_MacOS_arm64.dmg\u002Ffile)\r\n\r\n    - Mac Intel (x86_64) users:\r\n       - [Main Download Link](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Freleases\u002Fdownload\u002Fv5.6\u002FUltimate_Vocal_Remover_v5_6_MacOS_x86_64.dmg)\r\n       - [Main Download Link mirror](https:\u002F\u002Fwww.mediafire.com\u002Ffile_premium\u002F2gf1werx5ly5ylz\u002FUltimate_Vocal_Remover_v5_6_MacOS_x86_64.dmg\u002Ffile)\r\n\r\n\u003Cdetails id=\"CannotOpen\">\r\n  \u003Csummary>MacOS Users: Having Trouble Opening UVR?\u003C\u002Fsummary>\r\n\r\n> Due to Apples strict application security, you may need to follow these steps to open UVR.\r\n>\r\n> 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.)\r\n> \r\n> ```bash\r\n> sudo spctl --master-disable\r\n> ```\r\n> \r\n> Second, run the following command to bypass Notarization: \r\n> \r\n> ```bash\r\n> sudo xattr -rd com.apple.quarantine \u002FApplications\u002FUltimate\\ Vocal\\ Remover.app\r\n> ```\r\n\r\n\u003C\u002Fdetails>\r\n\r\n\u003Cdetails id=\"MacInstall\">\r\n  \u003Csummary>Manual MacOS Installation\u003C\u002Fsummary>\r\n\r\n### Manual MacOS Installation\r\n\r\n- Download and save this repository [here](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Farchive\u002Frefs\u002Fheads\u002Fmaster.zip)\r\n- Download and install Python 3.10 [here](https:\u002F\u002Fwww.python.org\u002Fftp\u002Fpython\u002F3.10.9\u002Fpython-3.10.9-macos11.pkg)\r\n- From the saved directory run the following - \r\n\r\n```\r\npip3 install -r requirements.txt\r\n```\r\n\r\n- If your Mac is running with an M1, please run the following command next. If not, skip this step. - \r\n\r\n```\r\ncp \u002FLibrary\u002FFrameworks\u002FPython.framework\u002FVersions\u002F3.10\u002Flib\u002Fpython3.10\u002Fsite-packages\u002F_soundfile_data\u002Flibsndfile_arm64.dylib \u002FLibrary\u002FFrameworks\u002FPython.framework\u002FVersions\u002F3.10\u002Flib\u002Fpython3.10\u002Fsite-packages\u002F_soundfile_data\u002Flibsndfile.dylib\r\n```\r\n\r\n**FFmpeg Installation**\r\n\r\n- Once everything is done installing, download the correct FFmpeg binary for your system [here](http:\u002F\u002Fwww.osxexperts.net) and place it into the main application directory.\r\n\r\n**Rubber Band Installation**\r\n\r\nIn order to use the Time Stretch or Change Pitch tool, you'll need Rubber Band.\r\n\r\n- Download the precompiled build [here](https:\u002F\u002Fbreakfastquay.com\u002Ffiles\u002Freleases\u002Frubberband-3.1.2-gpl-executable-windows.zip)\r\n- From the archive, extract the following files to the UVR\u002Flib_v5 application directory:\r\n   - ```rubberband-3.1.2-gpl-executable-macos\u002Frubberband```\r\n\r\nThis process has been tested on a MacBook Pro 2021 (using M1) and a MacBook Air 2017 and is confirmed to be working on both.\r\n\r\n\u003C\u002Fdetails>\r\n\r\n\r\n### Linux Installation (Updated Instructions)\r\n\r\n\u003Cdetails id=\"LinuxInstall\">\r\n  \u003Csummary>See Linux Installation Instructions\u003C\u002Fsummary>\r\n\r\n\u003Cbr \u002F>\r\n\r\n**These installation instructions are for Debian & Arch-based Linux systems.**\r\n\r\n---\r\n\r\n#### **Step 1: Download the Repository**\r\n- Download and save this repository from [GitHub](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Farchive\u002Frefs\u002Fheads\u002Fmaster.zip).\r\n- Extract the downloaded file to a directory of your choice.\r\n\r\n---\r\n\r\n#### **Step 2: Install Dependencies**\r\nUse the following commands based on your system type:\r\n\r\n**For Debian-based systems (Ubuntu, Mint, etc.):**\r\n```bash\r\nsudo apt update && sudo apt upgrade\r\nsudo apt-get install -y ffmpeg python3-pip python3-tk\r\n```\r\n\r\n**For Arch-based systems (EndeavourOS):**\r\n```bash\r\nsudo pacman -Syu\r\nsudo pacman -S ffmpeg python-pip tk\r\n```\r\n\r\n---\r\n\r\n#### **Step 3: Set Up a Virtual Environment (Recommended)**\r\nSetting up a virtual environment (venv) ensures that the program's dependencies do not interfere with system-wide Python packages.\r\n\r\n1. **Navigate to the extracted repository directory:**\r\n   ```bash\r\n   cd \u002Fpath\u002Fto\u002Fultimatevocalremovergui\r\n   ```\r\n\r\n2. **Create a virtual environment:**\r\n   ```bash\r\n   python3 -m venv venv\r\n   ```\r\n\r\n3. **Activate the virtual environment:**\r\n   - For **Debian-based and Arch-based systems:**\r\n     ```bash\r\n     source venv\u002Fbin\u002Factivate\r\n     ```\r\n\r\n4. **Install dependencies in the virtual environment:**\r\n   ```bash\r\n   pip install -r requirements.txt\r\n   ```\r\n\r\n---\r\n\r\n#### **Step 4: Run the Application**\r\nWhile the virtual environment is activated, start the application:\r\n```bash\r\npython UVR.py\r\n```\r\n\r\n---\r\n\r\n#### **Important Notes**\r\n1. **Avoid Modifying System Files:**  \r\n   Previous instructions suggested deleting the `\u002Fusr\u002Flib\u002Fpython3.11\u002FEXTERNALLY-MANAGED` file, which is dangerous and can break Python package management. Do **NOT** delete this file.\r\n\r\n2. **Why Use Virtual Environments?**  \r\n   Virtual environments isolate the program's dependencies, preventing conflicts with system Python packages. More information is available [here](https:\u002F\u002Fstackoverflow.com\u002Fquestions\u002F75602063\u002Fpip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana\u002F75696359#75696359).\r\n\r\n3. **Known Issues and Discussions:**  \r\n   - [Issue #1578](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Fissues\u002F1578)  \r\n   - [Pull Request #1068](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Fpull\u002F1068)\r\n\r\n---\r\n\r\nIf you encounter issues, refer to the [GitHub Issues](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Fissues) page for help. \r\n\r\n\u003C\u002Fdetails>\r\n\r\n### Other Application Notes\r\n- Nvidia GTX 1060 6GB is the minimum requirement for GPU conversions.\r\n- Nvidia GPUs with at least 8GBs of V-RAM are recommended.\r\n- AMD Radeon GPU supported is limited at this time.\r\n   - There is currently a working branch for AMD GPU users [here](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Ftree\u002Fv5.6-amd-gpu)\r\n- This application is only compatible with 64-bit platforms. \r\n- This application relies on the Rubber Band library for the Time-Stretch and Pitch-Shift options.\r\n- This application relies on FFmpeg to process non-wav audio files.\r\n- The application will automatically remember your settings when closed.\r\n- Conversion times will significantly depend on your hardware. \r\n- These models are computationally intensive. \r\n\r\n### Performance:\r\n- Model load times are faster.\r\n- Importing\u002Fexporting audio files is faster.\r\n\r\n## Troubleshooting\r\n\r\n### Common Issues\r\n\r\n- If FFmpeg is not installed, the application will throw an error if the user attempts to convert a non-WAV file.\r\n- Memory allocation errors can usually be resolved by lowering the \"Segment\" or \"Window\" sizes.\r\n\r\n#### MacOS Sonoma Left-click Bug\r\nThere's a known issue on MacOS Sonoma where left-clicks aren't registering correctly within the app. This was impacting all applications built with Tkinter on Sonoma and has since been resolved. Please download the latest version via the following link if you are still experiencing issues - [link](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Freleases\u002Ftag\u002Fv5.6)\r\n\r\nThis issue was being tracked [here](https:\u002F\u002Fgithub.com\u002FAnjok07\u002Fultimatevocalremovergui\u002Fissues\u002F840).\r\n\r\n### Issue Reporting\r\n\r\nPlease be as detailed as possible when posting a new issue. \r\n\r\nIf possible, click the \"Settings Button\" to the left of the \"Start Processing\" button and click the \"Error Log\" button for detailed error information that can be provided to us.\r\n\r\n## License\r\n\r\nThe **Ultimate Vocal Remover GUI** code is [MIT-licensed](LICENSE). \r\n\r\n- **Please Note:** For all third-party application developers who wish to use our models, please honor the MIT license by providing credit to UVR and its developers.\r\n\r\n## Credits\r\n- [ZFTurbo](https:\u002F\u002Fgithub.com\u002FZFTurbo) - Created & trained the weights for the new MDX23C models. \r\n- [DilanBoskan](https:\u002F\u002Fgithub.com\u002FDilanBoskan) - Your contributions at the start of this project were essential to the success of UVR. Thank you!\r\n- [Bas Curtiz](https:\u002F\u002Fwww.youtube.com\u002Fuser\u002Fbascurtiz) - Designed the official UVR logo, icon, banner, and splash screen.\r\n- [tsurumeso](https:\u002F\u002Fgithub.com\u002Ftsurumeso) - Developed the original VR Architecture code. \r\n- [Kuielab & Woosung Choi](https:\u002F\u002Fgithub.com\u002Fkuielab) - Developed the original MDX-Net AI code. \r\n- [Adefossez & Demucs](https:\u002F\u002Fgithub.com\u002Ffacebookresearch\u002Fdemucs) - Developed the original Demucs AI code. \r\n- [KimberleyJSN](https:\u002F\u002Fgithub.com\u002FKimberleyJensen) - Advised and aided the implementation of the training scripts for MDX-Net and Demucs. Thank you!\r\n- [Hv](https:\u002F\u002Fgithub.com\u002FNaJeongMo\u002FColab-for-MDX_B) - Helped implement chunks into the MDX-Net AI code. Thank you!\r\n\r\n## Contributing\r\n\r\n- For anyone interested in the ongoing development of **Ultimate Vocal Remover GUI**, please send us a pull request, and we will review it. \r\n- This project is 100% open-source and free for anyone to use and modify as they wish. \r\n- We only maintain the development and support for the **Ultimate Vocal Remover GUI** and the models provided. \r\n\r\n## References\r\n- [1] Takahashi et al., \"Multi-scale Multi-band DenseNets for Audio Source Separation\", https:\u002F\u002Farxiv.org\u002Fpdf\u002F1706.09588.pdf\r\n","Ultimate Vocal Remover GUI 是一款基于深度神经网络的音频人声移除工具。它利用先进的源分离模型，能够从音频文件中有效去除人声，保留乐器部分。项目采用Python语言开发，并依赖PyTorch等库来实现复杂的音频处理任务。该软件适用于音乐制作、卡拉OK伴奏生成以及任何需要高质量背景音乐而无需人声的场景。安装过程简单，支持Windows 10及以上版本操作系统，同时也为特定显卡用户提供了DirectML版本以优化性能。",2,"2026-06-11 02:49:14","top_language"]