Open light-and-ray opened 5 months ago
Any arguments being used?
--medvram-sdxl --xformers --disable-model-loading-ram-optimization
I remember it worked on my rtx 3060 either with --xformers
or --no-half
. But now in dev it doesn't work with both. In master - okay
Suspected culprit PR: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15820
Culprit verified. master + #15820 can repro the issue.
--medvram-sdxl --xformers --disable-model-loading-ram-optimization
I remember it worked on my rtx 3060 either with
--xformers
or--no-half
. But now in dev it doesn't work with both. In master - okay
Can you verify https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16078 fixes the issue?
After the huge performance update in dev branch it is not possible to load sd2 model, while on master branch it works: