ultimatevocalremover_api
ultimatevocalremover_api copied to clipboard
API for a Vocal Remover that uses Deep Neural Networks.
I use python 3.9.13 . In case python 3.11 has not preinstalled `pyrubberband`, you may add it in requirements.
models.json ``` "vr_network": { "1_HP-UVR": { "model_path": [ "https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/1_HP-UVR.pth" ] }, "HP5_only_main_vocal": { "model_path": [ "https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/HP5_only_main_vocal.pth" ] } }, ``` code: ``` vrNetwork = models.VrNetwork( name="HP5_only_main_vocal", other_metadata={}, device=device, logger=None, )...
In the ultimatevocalremovergui repo the recommend approach to get the cleanest vocals is something like: ``` Take your song (vocals, instrumentals, all of it, the original) and: 1. Run it...
I was testing the MDX23C-8KFFT-InstVoc_HQ on Google Colab, and I was surprised when I heard the result, the audio was slow, the singer was singing slowly and the audio length...
I tested several models, both MDX, MDXC and VR, but the only model that I had results that were actually worse than the UVR GUI was the UVR-DeEcho-DeReverb. Here is...
***BEFORE POSTING A BUG REPORT*** Please look through [existing issues (both open and closed)](https://github.com/librosa/librosa/issues?q=is%3Aissue) to see if it's already been reported or fixed! **Describe the bug** A clear and concise...
I tried to use hdemucs_mmi, UVR-MDX-NET-Inst_1, MDX23C And an error is appiered. I suspect that this has something to do with the audio format. Because I don't get this error...