rupeshs / sd3-low-vram

Run Stable diffusion 3 on low VRAM systems
23 stars 3 forks source link
diffusers lowvram nvidia sd3 stablediffusion3

Stable Diffusion 3 Low VRAM

I want a quick way to run SD3 medium on my NVIDIA RTX 3060 6GB laptop GPU. Probably this will work with as 2GB graphics card too.

SD3 LOW VRAM

How to run?

Install Python 3.10 or 3.11

:exclamation: Model will be downloaded from Hugging Face you need 24GB+ free disk space. By default models will be download to system drive (C: drive) you can change it by running :

set HF_HOME=D:/mycache

Test Environment