I have this error:
RuntimeError: CUDA out of memory. Tried to allocate 114.00 MiB (GPU 0; 6.00 GiB total capacity; 4.13 GiB already allocated; 0 bytes free; 4.27 GiB reserved in total by PyTorch)
I have absolutely no idea why id be getting this error I have a rtx 2060 max-q with 6 GB memory, heres the line I run:
python generate.py -p "The never ending void" -s 480 480
And the output:
Heres a picture
If thers any way to fix this please let me know