-
Notifications
You must be signed in to change notification settings - Fork 946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: CUDA error: out of memory #2524
Comments
Can you share your startup logs? Up to the part where you supply command line args, like so:
|
|
I remember I used to have a similar error when I had the page file disabled, it was fixed when I enabled the page file. I checked, it is still enabled so I don't know why the error came back. |
My suggestion is to drop |
It seems to have fixed the issue, I've been running it for two hours with no crash anymore. |
Sometimes it works for hours without having this issue, and sometimes I get this crash every few minutes...
I don't run in batch though, only one pic at a time, the resolution is lower than 1024x1024, my GPU has 12GB of VRAM which is supposed to be more than enough for SDXL. Also I tried adding
--medvram
toCOMMANDLINE_ARGS
but this did not solve the issue.Can someone help, please?
The text was updated successfully, but these errors were encountered: