stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: './webui.sh' terminated by signal SIGSEGV (Address boundary error)
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
Got the following error:
Job 1, './webui.sh' terminated by signal SIGSEGV (Address boundary error)
Steps to reproduce the problem
- Run
./webui.sh
What should have happened?
This suddenly happened since it was fine this afternoon. I didn't change anything and tried to reboot my Mac.
Commit where the problem happens
master
What platforms do you use to access the UI ?
MacOS
What browsers do you use to access the UI ?
Apple Safari
Command Line Arguments
No
List of extensions
sd-webui-controlnet
Console logs
################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye)
################################################################
################################################################
Running on xxxx user
################################################################
################################################################
Repo already cloned, using it as install directory
################################################################
################################################################
Create and activate python venv
################################################################
################################################################
Launching launch.py...
################################################################
Python 3.10.4 (main, Mar 31 2022, 03:38:35) [Clang 12.0.0 ]
Commit hash: 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
Installing requirements for Web UI
Launching Web UI with arguments: --skip-version-check
Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled
No module 'xformers'. Proceeding without it.
Loading weights [7234b76e42] from /Volumes/Backup/Working/AI-tools/stable-diffusion-webui/models/Stable-diffusion/chilloutmix-Ni.safetensors
Creating model from config: /Volumes/Backup/Working/AI-tools/stable-diffusion-webui/configs/v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Job 1, './webui.sh' terminated by signal SIGSEGV (Address boundary error)
Additional information
No response
I noticed any extension will cause this error.
Even I removed all extensions and installed only one 1.5 model, it still crash occasionally.
view this:https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon#web-ui-wont-start
Closing as stale.