-
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
Web UI container exits with code 137 #64
Comments
This also happens when running
|
@Pyroglyph How much ram do you have? 16 with WSL is known to cause problems. can you try the points mentioned at the end? try them one by one see if it works. |
I'm seeing this same issue -- I configured my .wslconfig file to give it 8G |
I've got 16GB (was going to upgrade to 32 soon anyway)
I've tried most of them and I don't think the others apply.
It's most likely a memory issue, which I find strange because I can run a local copy of stability-ai/stable-diffusion perfectly fine. Why would a web UI need to use so much memory? |
I have seen it take up to 14GB on my machine. You can try the |
I've experienced exit error 137 using AUTOMATIC1111-cpu when trying to generate images that are too large. It appears to be an out-of-memory type error and I've seen it occur as it fills up physical RAM then eats the swap space |
So I tried switching to the full 16G I have in my machine, then it locked up (the entire PC) trying to start the auto UI |
UPDATE: I switched the allocation to 12G -- and it started (and no lock up) |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Describe the bug
Running the web UI does not work. It hangs on
making attention of type 'vanilla' with 512 in_channels
for a while and then exits with code 137.Console output:
Steps to Reproduce
docker compose --profile download up --build
docker compose --profile auto up --build
Hardware / Software:
The text was updated successfully, but these errors were encountered: