Vali-98 / XTTS-RVC-UI

A Gradio UI for XTTSv2 and RVC.
MIT License
146 stars 51 forks source link

Made into an extension #20

Open rsxdalv opened 3 months ago

rsxdalv commented 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.

bbecausereasonss commented 1 month 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?

rsxdalv commented 1 month ago

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.