-
Hi, I would like to find out, what I'm doing wrong. I'm currently using the latest 0.9 version of basujindal/stable-diffusion code with weights sd-v1-4-full-ema.ckpt sourced from Hugging Face on a system with 3090 Ti, i7-6700, 64 GB of RAM, and a Consumer SSD. If I run:
It takes about 1min and 55 seconds to finish.
If I try to run:
Which according to the readme file should run on 4× less memory (6GB GPU (RTX 2060)) I get the following out-of-memory error:
Clearly, I'm doing something wrong, but what? Do I use the wrong weights? Do I miss some environment variables? P.S: I'm not using the issue feature because I believe there is an issue with my setup, not the code. :-) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'd try to re-install. (Maybe something else is using the GPU memory?) I'm on Win11 w/ 1080ti, and I just did:
... and Task Manager is showing between 8.8GB and 10.4GB of GPU memory use. Each image takes about 4:30, but that is because 1080ti's don't have uber FP16 speed. |
Beta Was this translation helpful? Give feedback.
I'd try to re-install. (Maybe something else is using the GPU memory?)
I'm on Win11 w/ 1080ti, and I just did:
(from a conda prompt with git installed)
... and Task Manager is showing between 8.8GB and 10.4GB of GPU memory use. Each image takes about 4:30, but that is because 1080ti's don't have uber FP16 speed.