-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
"non-zero exit status 1" issue #243
Comments
You simply run out of Memory. You can try to use AdamW8bit optimizer, but with 4 GiB total capacity, it will be very difficult. |
I have the same/similar error after it was working fine for a couple weeks. Not sure if an upgrade borked it... Load CSS... To create a public link, set |
I have a similar looking error - at least it ends with the same "returned non-zero exit status". 1. using Lion instead of adam Any new or better ideas for me to get it running? GPU: I am using a Nvidia 3060 with 12GB Here the end of my error code: Traceback (most recent call last): Can someone recognize the problem? |
I think The "non-zero exit status" error is common error which casued by various reason. In my case, I "Don't upscale bucket resolution"(--bucket_no_upscale) option was cause of error. |
I got it running again (checking very very many combinations): |
Have you tried to check "Memory efficient attention" additionally? In my case it helped and the result works fine. |
Enable ability to resize lora dim based off sv ratios
In my case, it solved by checking "Memory efficient attention" while unchecking "Enable buckets" |
l have unchecked the "use 8bit adam" and set "AdamW" in the "Optimizer", but it still returned this error, is there anthing else I can do besides these to use dreambooth LORA without error appearing?
The text was updated successfully, but these errors were encountered: