Problems upgrading pip (and more?) #8564
Unanswered
silverrowan
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Your xformers and pytorch do not match, update pytorch or turn off xformers. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have this same error on first launch, but updating pip fixes it. however the message has changed several times. which I can't understand. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've been out of the loop for the last while, so things have updated a lot since I last used the webui, and I was able to start upgrading things as instructed in the startup window, but I've run into a problem and I don't know where to go from here.
Using windows 10 & firefox
Edit: did the local issue category/tag get removed? I cannot find it, or an equivalent for some reason. :|
Upgraded xformers (i think that was it?) with --reinstall-xformers, but not torch as there was a warning that it may break the training tab.
Then there was a whole bunch of peculiarity, deleted venv (per similar problem's recommendation on the git) and re-ran. Loaded up the webui, but errors when attempting to generate images:
NotImplementedError: No operator found for
memory_efficient_attention_forwardwith inputs: query : shape=(12, 4096, 8, 40) (torch.float16) key : shape=(12, 4096, 8, 40) (torch.float16) value : shape=(12, 4096, 8, 40) (torch.float16) attn_bias : <class 'NoneType'> p : 0.0
flshattFis not supported because: xFormers wasn't build with CUDA support
tritonflashattFis not supported because: xFormers wasn't build with CUDA support triton is not available requires A100 GPU
cutlassFis not supported because: xFormers wasn't build with CUDA support
smallkFis not supported because: xFormers wasn't build with CUDA support dtype=torch.float16 (supported: {torch.float32}) max(query.shape[-1] != value.shape[-1]) > 32 unsupported embed per head: 40
So I ran the --reinstall-torch comand in webui-bat, and now I'm getting
then it loads a few things before hanging for a very long time and then suddenly dumping a bunch of errors
pop-up: The procedure entry point?get_trace@GPUTrace@impl@c10@@SAPEBUPyInterpreter@23@XZ could not be located in teh dynamic link library stable-diff\venv\lib\site-packages\xformers_C.pyd
and other windows, all as absurdly long
this is the remainder that the startup window then produces
and then it finally loads the webui, but attempting to generate an images returns this:
but when i tell web-user.bat to run as administrator, and tell windows that this program can make changes... nothing happens. computer hums a little, and then stops. nothing even shows up in processes, or a noticeable cpu increase.
Beta Was this translation helpful? Give feedback.
All reactions