You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is caused by an extension, but I believe it is caused by a bug in the webui
The issue exists in the current version of the webui
The issue has not been reported before recently
The issue has been reported before but has not been fixed yet
What happened?
so everytime i try to generate something i get this on the terminal:
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
even if i rebuild openblas using that option the problem doesnt get solve, i remenber one or 2 years ago i solved this using some parameter in the start command, for now im using:
./webui.sh --skip-torch-cuda-test --lowvram --no-half --opt-sdp-attention --use-cpu all --listen
it is working on a orange pi 5 using debial bulleye
any idea?
Steps to reproduce the problem
1 clone repository
2 use command: ./webui.sh --skip-torch-cuda-test --lowvram --no-half --opt-sdp-attention --use-cpu all --listen
3 try to generated anything
4 get the error OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
What should have happened?
it should just generate the image as normal and show me the progress bar in the terminal instead this error
orangepi@orangepi5:~/sd$ ./webui.sh --skip-torch-cuda-test --lowvram --no-half --opt-sdp-attention --use-cpu all --listen --use-cpu 8
################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye), Fedora 34+ and openSUSE Leap 15.4 or newer.
################################################################################################################################
Running on orangepi user
################################################################################################################################
Create and activate python venv
################################################################################################################################
Launching launch.py...
################################################################
glibc version is 2.31
Cannot locate TCMalloc. Do you have tcmalloc or google-perftool installed on your system? (improves CPU memory usage)
Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Launching Web UI with arguments: --skip-torch-cuda-test --lowvram --no-half --opt-sdp-attention --use-cpu all --listen --use-cpu 8
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled
Loading weights [cc4f50b7f3] from /home/orangepi/sd/stable-diffusion-webui/models/Stable-diffusion/childrensStories_v1CustomA.safetensors
Running on local URL: http://0.0.0.0:7860
To create a public link, set`share=True`in`launch()`.Startup time: 13.6s (prepare environment: 0.1s, import torch: 7.0s, import gradio: 2.0s, setup paths: 1.4s, initialize shared: 0.2s, other imports: 0.9s, load scripts: 1.1s, create ui: 0.6s, gradio launch: 0.3s).Creating model from config: /home/orangepi/sd/stable-diffusion-webui/configs/v1-inference.yaml/home/orangepi/sd/stable-diffusion-webui/venv/lib/python3.9/site-packages/huggingface_hub/file_download.py:1150: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn(Applying attention optimization: sdp... done.Model loaded in 6.7s (load weights from disk: 1.0s, create model: 1.7s, apply weights to model: 1.2s, apply float(): 0.9s, calculate empty prompt: 1.9s). 0%|| 0/20 [00:00<?, ?it/s]OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
so everytime i try to generate something i get this on the terminal:
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
even if i rebuild openblas using that option the problem doesnt get solve, i remenber one or 2 years ago i solved this using some parameter in the start command, for now im using:
./webui.sh --skip-torch-cuda-test --lowvram --no-half --opt-sdp-attention --use-cpu all --listen
it is working on a orange pi 5 using debial bulleye
any idea?
Steps to reproduce the problem
1 clone repository
2 use command: ./webui.sh --skip-torch-cuda-test --lowvram --no-half --opt-sdp-attention --use-cpu all --listen
3 try to generated anything
4 get the error OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
What should have happened?
it should just generate the image as normal and show me the progress bar in the terminal instead this error
What browsers do you use to access the UI ?
No response
Sysinfo
sysinfo-2024-09-16-23-43.json
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: