Vali-98 / XTTS-RVC-UI

A Gradio UI for XTTSv2 and RVC.
MIT License
147 stars 52 forks source link

Does not install #22

Open bbecausereasonss opened 1 month ago

bbecausereasonss commented 1 month ago

Broken version dependancies.

N3M3RU commented 1 month ago

Here's what worked for me. It's a bit rough but hey.

Download the portable version of xtts-web ui by daswer123 " https://huggingface.co/daswer123/xtts_portable/resolve/main/xtts-webui-v1_0-portable.zip?download=true"
Copy the contents of the folder "xtts-webui-v1_0-portable\webui\venv\Lib\site-packages"
Paste on "XTTS-RVC-UI\venv\Lib\site-packages" and replace all duplicates
call start.bat
pip install gradio (on venv)
call start.bat
pip install fairseq (on venv)
python app.py (on venv)

Hope it will work for you

VAM-Kitten commented 2 weeks ago

Here's what worked for me. It's a bit rough but hey.

It worked. Somehow it worked. Thank you :)