xtts-webui icon indicating copy to clipboard operation
xtts-webui copied to clipboard

installer asks for a version of torch that doesn't exist

Open joshgura opened this issue 5 months ago • 4 comments

"torch==2.1.1 torchaudio==2.1.1"

are in the requirements, and the installer couldn't continue because they are not findable by pip. so I deleted them from the requirements list.

without those in the requirements list, the installer.sh is downloading torch 2.4 anyway. I must have torch downloaded in 100 different places across my hard drive.

i don't expect xtts-webui to work when the installer finishes due to the missing 2.11 version of torch, but i want to see what happens anyway, will try to update later.

edit: ok nevermind, I don't see myself ever getting this to install or run. it's using pickle tensors as well.

joshgura avatar Sep 03 '24 00:09 joshgura