Open rsxdalv opened 3 months ago
I have forked this repository to make it into an extension. https://github.com/rsxdalv/extension_xtts_rvc_ui
As an extension, this UI does not need to focus on installation issues, but instead can focus on the UI itself. Additionally, the repository can be installed as a package:
pip install git+https://github.com/rsxdalv/extension_xtts_rvc_ui
Let me know if there are any suggestions, or questions about it.
Wait, how do you install it as an extension? for what?
The main difference is that now it's a python package. I added a few metadata pieces so that it can be automatically used within my TTS UI, where you can simply install it with a button.
I have forked this repository to make it into an extension. https://github.com/rsxdalv/extension_xtts_rvc_ui
As an extension, this UI does not need to focus on installation issues, but instead can focus on the UI itself. Additionally, the repository can be installed as a package:
Let me know if there are any suggestions, or questions about it.