Closed SEELE0 closed 1 year ago
Did you make sure you have passed in the argument --size 1024
in the sample script?
Did you make sure you have passed in the argument
--size 1024
in the sample script?
Thanks for the reply when I use the argument --size 1024
will not get this error , but maybe my Gpu 1660ti
performance should not be quite enough,when use--size1024
,will showCUDA out of memory. Tried to allocate 2.50 GiB (GPU 0; 6.00 GiB total capacity; 3.94 GiB already allocated; 0 bytes free; 4.54 GiB reserved in total by PyTorch)
,so i think maybe change --size
from 1024 to 800 will run success ,and than show the first error message
yes, unfortunately the face model only supports size with 1024, so you will run into out of memory issue. Maybe try reducing the batch size? Something like --batch_size 5
Yes, unfortunately the face model only supports a size of 1024, so memory is running out. Maybe you should try to reduce the batch size? Something like
--batch_size 5
Problem solved, thanks for reply.🥳
I can run the first two samples to generate the cat image, but when I run the third sample command, I get an error with the message: