-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add RVC support #83
Comments
@lainedfles the XTTS-RVC-UI project unfortunately suffers from dependency hell with a lot of users struggling to install it. I could not get it working whatsoever. The repo's last update was one year ago, so it definitely needs to be revised given all those issues. The only RVC project I got to work on my Linux system was https://github.com/240db/Retrieval-based-Voice-Conversion-WebUI But your idea is great, currently I train my models using this xtts-finetune-webui repo, then I do inference using the manual API, and created a simple gradio app that allows the user to select different models from the dropdown bar, one of the things that is missing is RVC because it would be great to guide the intonation for specific words or phrases that the model struggles to reproduce. I will give this a try again, if I can get it working I will fork with the necessary changes and we can easily incorporate RVC in the inference tab. |
Perfect, I'd planned to make my own attempt eventually. My hope is that the project mentioned in #82 might enable this potential. It looks to be under active development so maybe it will become a realistic future replacement for Cocui XTTS. Despite caveats (space duplication, network complexity, etc.), container based deployment of CUDA/Python is one of the best strategies when working with an unforgiving dependency chain. |
Consider https://github.com/Vali-98/XTTS-RVC-UI for inspiration or possible merge.
The text was updated successfully, but these errors were encountered: