Closed wAIfu-DEV closed 8 months ago
I think the first error could be explained by line 48 in rvc\modules\uvr5\modules.py
Since the model I used was called De-Echo
instead of DeEcho
, the check failed.
Not entirely sure what is the cause of the second error though.
Alright, so I figured out the second error, it seems like the function definition for librosa.core.load()
, as well as librosa.core.resample()
have been changed in a recent version, meaning that the current version of librosa (which is installed by default by pip with this repo) will not work.
To fix the issue, the function calls at line 239 and 249 in rvc\modules\uvr5\vr.py
must be changed to this:
Thank you! The bugs was fixed on Commit 0c3c512396825ac418618f5235e4863dbba41e92
Getting this error message when using
UVR-De-Echo-Aggressive.pth
orUVR-De-Echo-Normal.pth
with UVR.uvr_wrapper()Here is my code:
Note that both
2_HP-UVR.pth
and5-HP-Karaoke-UVR.pth
work just fine.I also ended up trying out the
VR-DeEchoNormal.pth
from my own RVC WebUI install and ended up with another error:code: