stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x3072 and 1320x18432) Time taken: 14.9 sec.

Open jokero3answer opened this issue 1 year ago • 2 comments

image

jokero3answer avatar Aug 19 '24 07:08 jokero3answer

This usually happens during a shape mismatch(duh), in this case it most likely has to do with the lora being incompatible with the flux model. Or if you're using an AMD gpu, then there is a similar issue posted here: https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1269

Xardous avatar Aug 19 '24 11:08 Xardous

#1270 This happens because Q-K models are still unsupported

mirh avatar Sep 12 '24 06:09 mirh