-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UVR not working: same output as the input and freezes on using CPU #29
Comments
How much Ram do you have? I had a kind of similar problem and downgrading to python 3.10.4 fixed. |
I have 16 GB of RAM.
Thanks for the help, I would like to downgrade to 3.10.4, but I'm using RVC and UVR as a library on another project and the downgrade may cause some errors, I will keep this issue open for now. |
It seems to be happening even if it is not the CPU. I'll fix it. |
same issue on python 3.10.14 using MPS |
It's a complicated issue. I reviewed the code and it looks almost identical
to the code that is working just fine from the original RVC project. It
will likely affect anyone, regardless of python 3.10.14 or any other
versions.
…On Wed, Jul 17, 2024, 1:51 PM ybwai ***@***.***> wrote:
same issue on python 3.10.14
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI5TG73DTHQ6CSSU2PTZMZEBRAVCNFSM6AAAAABIAIGDCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZTGAYTGMJSHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: <RVC-Project/Retrieval-based-Voice-Conversion/issues/29/2233013128@
github.com>
|
Hello again! I have one issue with UVR.
My code is:
The output is:
And the audio output (both vocal and instrumental) are the same as the input.
Running
python -c "import torch; print(torch.backends.cudnn.is_available())"
printsTrue
.Also, when trying to use the CPU for the inference the code freezes here:
When this happens, the code does not use my CPU at all. The code does not print any error message.
My CPU it's not a very good CPU, but it should be enough for inference.
My GPU is a NVIDIA RTX 3050 and my OS is Arch Linux.
I have cuda, cudnn and nvidia drivers installed on my OS.
My Python version is Python 3.12.3
The UVR model I'm using is 9_HP2-UVR.pth.
If the problem is related with the UVR model I'm using, please recommend one that works.
The text was updated successfully, but these errors were encountered: