Why is the graphics memory requirement of SDxl 1.0 so high? Starting at 12GB, can't you use anything below 12GB?
Why is the graphics memory requirement of SDxl 1.0 so high? Starting at 12GB, can't graphics cards below 12GB be used at all?
Can SDxl 0.9 use 4GB graphics memory? Why do we have to upgrade our graphics card? Or is it required by Nvidia?
8GB does work it just takes a whole minute, maybe (if you're using A1111) add "--no-half-vae" to launch parameters, I'm not sure if that's why but it's working for me.
If you are limited by GPU VRAM, you can enable cpu offloading by calling pipe.enable_model_cpu_offload instead of .to("cuda"):
- pipe.enable_model_cpu_offload()
Why is the graphics memory requirement of SDxl 1.0 so high? Starting at 12GB, can't graphics cards below 12GB be used at all?
Can SDxl 0.9 use 4GB graphics memory? Why do we have to upgrade our graphics card? Or is it required by Nvidia?
idk 0.9 use only 4GB VRAM. Thank you so much. Now i have to google different between 0.9 and 1.0,