stable-diffusion-webui
stable-diffusion-webui copied to clipboard
OOM with GTX 1650ti
txt2img every time result a black image.
when i've tried --precision full --no-half --lowvram, RuntimeError:DefaultCPUAllocator: not enough memory: you tried to allocate 151781376 bytes appear.
can someone help me plz ?
I recall problems with full precision on the 16x series, there are command line flags around that
yes, I know that. But when I add --pression full , the error“DefaultCPUAllocator: not enough memory” appear. My vram 4g, and ram16g.
4GB VRAM is quite low, especially with full precision as that increases VRAM requirements.
Try adding --medvram
to your arguments, if you still get a VRAM error then add --lowvram
instead.
These options lower the VRAM required but slow down the generation in return.
try installing xformers, and keep using the --lowvram or --medvram flags.