-
Notifications
You must be signed in to change notification settings - Fork 235
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
How to use the Karaoke model #169
Comments
Yes, I see in UVR that Vocal-Remover module can be used with Karaoke model. So I wonder how to use that model in this project. Can you give me some guidance? Thank you!
At 2023-12-26 23:37:36, "Goldp-js" ***@***.***> wrote:
Do you mean using the UVR models in this project?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I had already tried using the UVR models in this project, since they have different architectures but the same .pth extension. I tried to find a way to adapt them, but a problem arose: the dimensions of the VR models are not compatible with this project. |
The model for this project is compatible with UVR, but the UVR models are not compatible with this project. |
Hi. I was creating this model for the UVR (VR fork). Since it uses modified tsurumeso code, it will only work correctly in UVR. |
!python inference.py --gpu 0 --pretrained_model models/HP2-4BAND-3090_4band_2.pth --input './input/test.wav' |
Thanks for your great open source work!
I had seen the Karaoke model used in UVR, and I wonder how can use the Karaoke model in this project. Thanks very much!
The text was updated successfully, but these errors were encountered: