Xformers official wheel is available now #5865
Replies: 7 comments 30 replies
-
What are the improvements over the previous version? |
Beta Was this translation helpful? Give feedback.
-
TLDR? What does this mean for people with --xformers that works out of the box without doing anything? |
Beta Was this translation helpful? Give feedback.
-
I just installed the latest whl on Windows, now when I try to start the UI, I get:
Tried to install triton using
How to fix this? |
Beta Was this translation helpful? Give feedback.
-
Did we have to build it on Windows previously ? |
Beta Was this translation helpful? Give feedback.
-
How do u revert the updates for torch and xformers? They have only caused random illegal memory access when generating images |
Beta Was this translation helpful? Give feedback.
-
Just tested torch 1.13.1 + cu117 on python 3.10.6, windows and 4090 + latest xformers 0.0.16rc396. Still 25-29 it/s for a 70-steps 512/512 euler_a or LMS. |
Beta Was this translation helpful? Give feedback.
-
Where can I download the old xformers, intended for torch v.1.12.1? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/facebookresearch/xformers/actions/workflows/wheels.yml
You can download them from github action artifacts
facebookresearch/xformers#588
No need to build from source yourself
Note that this only works if you have torch1.13+cu117 installed, which is NOT what the webui defaults to, but you can always install yourself to override it.
Works with python 3.7-3.10 on Windows and Linux
Beta Was this translation helpful? Give feedback.
All reactions