xformers >= 0.0.17.dev is required to be available on the Dreambooth tab. #9265
Replies: 12 comments 32 replies
-
I have the exact same problem. I want to be able to use Dreambooth in Stable Diffusion. |
Beta Was this translation helpful? Give feedback.
-
Here is the problem: |
Beta Was this translation helpful? Give feedback.
-
Open |
Beta Was this translation helpful? Give feedback.
-
So I am a total noob and had to do many things to get this to work. Then to get @missionfloyd answer to work I had to edit
Then in So my final call webui.bat` I probably need to figure out how to use venv so I can update things using pip. That is for another day! |
Beta Was this translation helpful? Give feedback.
-
My xformers refuses to install what's the force command? |
Beta Was this translation helpful? Give feedback.
-
This worked for me:
run webui.bat ! |
Beta Was this translation helpful? Give feedback.
-
I found a solution online Then I did this 2.go to the folder E:\stable-diffusion-webui, you can change the E to your local address, then enter "cmd" at the folder address to open Terminal 3.Enter "cd venv/Scripts" at Terminal 5.Enter "pip install --force-reinstall torch torchvision --index-url https://download.pytorch.org/whl/cu118" at Terminal 6.Enter "pip install -U --pre xformers" at Terminal Then all done |
Beta Was this translation helpful? Give feedback.
-
i installed latest versions of pytorch and xformers in venv\scripts (with 'activate' command) and modified requirements.txt (deleted the versions numbers after ==). i got some warning about pytorch version when loading but everything works fine. generations with default settings: 6-7 it/s i got RTX 2070 my webui-user.bat: @echo off set PYTHON= git pull call webui.bat |
Beta Was this translation helpful? Give feedback.
-
you can follow this tutorial for dreambooth extension installation How To Install New DREAMBOOTH & Torch 2 On Automatic1111 Web UI PC For Epic Performance Gains Guide |
Beta Was this translation helpful? Give feedback.
-
Just a short info: The changes for xformers enabling are since auto 1.3.0 required into the files "launch_utils.py"and "paths_internal.py" (modules folder) |
Beta Was this translation helpful? Give feedback.
-
is there a way to disable xFormers completely when running dreambooth from automatic1111 on a Mac M1 Pro as there's no way to have xformers there at all and I'm getting this error: |
Beta Was this translation helpful? Give feedback.
-
🟢 Open ...stable-diffusion-webui\venv\Scripts on terminal ( As administration). Done. Now start your SD and on footer you will see this's versions. If not, you have done something wrong. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I get this error when I run webui-user.bat with "COMMANDLINE_ARGS=--xformers"
Your version of xformers is 0.0.16rc425. # xformers >= 0.0.17.dev is required to be available on the Dreambooth tab.
So I downloaded xformers-0.0.18-cp310-cp310-win_amd64.whl
and run: pip install xformers-0.0.18-cp310-cp310-win_amd64.whl
and get this error:
xformers-0.0.18-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
I am running windows 10 and a AMD cpu
I also downloaded the linux version of that file just in case and that doesn't work either.
Any help on sorting this out would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions