daswer123 / xtts-webui

Webui for using XTTS and for finetuning it
MIT License
447 stars 90 forks source link

Unable to use RVC, torchaudio not found #36

Open Xyem opened 5 months ago

Xyem commented 5 months ago

Good day,

I've tried to set up and use your webui and have been unable to use RVC. It seems that the script to install RVC on Linux is incorrect (should be using / path separators or os.path.join to build path). I changed this locally and the installation fails due to this error.

ERROR: Could not find a version that satisfies the requirement torchaudio==0.13.1+cu117 (from versions: 2.0.0+cu117, 2.0.1+cu117, 2.0.2+cu117)
ERROR: No matching distribution found for torchaudio==0.13.1+cu117
daswer123 commented 5 months ago

Hi, I was planning to update the lib and upgrade torch dependencies to 2.1.x soon

Xyem commented 5 months ago

Thanks for letting me know, I look forward to it and trying this out.