Replies: 1 comment
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
im quite new to this so any help appreciated!
I tried to install xformers, since i got a batch-related error "RuntimeError: No executable batch size found, reached zero."
Therefore i followed an tutorial (https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers) but couldnt build xformers in the end. Then i found out, i can just pip install xformers. Well, it installed the version 16, which isnt compatible with dreambooth.
So i followed this: #717 (reply in thread), quite successful.
Got xformers 19 installed.
The only issue: when starting up the webui.bat i still get: xformers version 0.0.16rc425 installed.
I tried pip deinstall xformers when cd on directory c and f (c=hd which contains windows and stuff, f=hd which contains stable diffusion webui ). it could not find any (after deinstalling the v19.
i also tried --xformers --reinstall-xformers as args in the webui-user.bat. still nothing.
Anyone can help me out?
Beta Was this translation helpful? Give feedback.
All reactions