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
I've installed xformers using conda but I get "No module 'xformers'. Proceeding without it."
conda list
...
xformers 0.0.16.dev432+git.bc08bbc py310_cu11.3_pyt1.12.1 xformers/label/dev
xformers can be quite fun to install.
What I found helpful is to clone the xformers github, install the dependencies and then run pip install -e . - which compiles xformers. Alternatively there are also pip wheels: pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+4c06c79.d20221205-cp38-cp38-linux_x86_64.whl
good luck :)
I would suggest building it yourself, never worked with pip for me. Then just copying/linking the xformers directory into your virtual env's library directory.
I've installed xformers using conda but I get "No module 'xformers'. Proceeding without it."
conda list
...
xformers 0.0.16.dev432+git.bc08bbc py310_cu11.3_pyt1.12.1 xformers/label/dev
I've tried to install xformers using pip but that comes with its own issues (e.g. facebookresearch/xformers#473).
The text was updated successfully, but these errors were encountered: