stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

CUDA out of memory

Open Fqlox opened this issue 3 years ago • 0 comments

I Tried to use the img2img script. I got :

RuntimeError: CUDA out of memory. Tried to allocate 1.75 GiB 
(GPU 0; 8.00 GiB total capacity; 5.09 GiB already allocated; 0 bytes free; 6.00 GiB reserved in total by PyTorch) 
If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. 
See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF

No other program using th gpu are open while executing the script.

I'm using a 2070 Super on Windows 10.

Fqlox avatar Oct 31 '22 18:10 Fqlox