Seth T. Allen
Seth T. Allen
Place the .pth files into the uvr5_weights directory.
Is it only this path and file giving you the error? Also try running it under the batch conversion by uploading only that audio file and see if it still...
I noticed this and tried working on this by manually plugging in the missing variables into the function. I received a "Input type (torch.cuda.FloatTensor) and weight type (torch.cuda.HalfTensor) should be...
@samirdigital I've developed a script that is working now with my version. I compared it against infer-web.py and its now working. I run the following example command in Ubuntu. `python...
@allthingssecurity I've actually started another repo with this file I'm maintaining. I think they updated it. I just recently used this so I know it works on the newest version....
Are you running this from Colab? I've not done that. I've attempted to reproduce, but in order to access the terminal within Colab, I have to have a membership unfortunately....
@akkharolia Transpose = transpose Input and output is the audio file you're converting. Model path is in your weights folder. Index file path is the .index file you find in...
The script I've committed is only for inference, not for training. I do not know if there's currently a script for training a model via CLI, but it would be...
Let me know if you would like help, I am willing to assist. My email is [email protected]
The error indicates that the port RVC uses is already in use, which might mean you (or whatever this installer is) has already started an instance. You can try to...