You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Anyone know a working combination of python packages and versions that will effectively run Audio WebUI?
Here's my harrowing story:
When I installed AudioWebUI, I noticed that while "technically" everything seemed to work, functionally, every feature just produced a spinning icon. This included using the UI to download extensions. My Task Manager also showed 5-8% GPU use (RTX 4070 TI with 12gb) when trying to generate 5 second file, i.e. why wouldn't it be using more?
I then saw version incompatibility messages between the python packages.
Then, I went into Package Install Hell -- where I was tortured by the Version Gremlins.
After hours (years?) I had gone in full install loops and was lost in a labyrinth of unending pain -- no matter what was installed, there was always another conflict.
The main culprits are python version vs. torch vs. torchvision vs. xformers.
I suspect that xformers not working is why nothing happening in the UI.
I'd love it if I can get some insights on this. Maybe someone can send me a 'pip list' of a working set packages on their system and their python version?
The text was updated successfully, but these errors were encountered:
Hello,
Anyone know a working combination of python packages and versions that will effectively run Audio WebUI?
Here's my harrowing story:
When I installed AudioWebUI, I noticed that while "technically" everything seemed to work, functionally, every feature just produced a spinning icon. This included using the UI to download extensions. My Task Manager also showed 5-8% GPU use (RTX 4070 TI with 12gb) when trying to generate 5 second file, i.e. why wouldn't it be using more?
I then saw version incompatibility messages between the python packages.
Then, I went into Package Install Hell -- where I was tortured by the Version Gremlins.
After hours (years?) I had gone in full install loops and was lost in a labyrinth of unending pain -- no matter what was installed, there was always another conflict.
Here's what I have installed:
The main culprits are python version vs. torch vs. torchvision vs. xformers.
I suspect that xformers not working is why nothing happening in the UI.
I'd love it if I can get some insights on this. Maybe someone can send me a 'pip list' of a working set packages on their system and their python version?
The text was updated successfully, but these errors were encountered: