sd-webui-blip2 icon indicating copy to clipboard operation
sd-webui-blip2 copied to clipboard

crashing SD when trying to load

Open captainzero93 opened this issue 1 year ago • 1 comments

Describe the bug venv "B:\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: v1.6.0 Commit hash: 5ef669de080814067961f28357256e8fe27544f4 Launching Web UI with arguments: --medvram --opt-split-attention --xformers Traceback (most recent call last): File "B:\stable-diffusion-webui\launch.py", line 48, in main() File "B:\stable-diffusion-webui\launch.py", line 44, in main start() File "B:\stable-diffusion-webui\modules\launch_utils.py", line 432, in start import webui File "B:\stable-diffusion-webui\webui.py", line 13, in initialize.imports() File "B:\stable-diffusion-webui\modules\initialize.py", line 37, in imports from modules import processing, gradio_extensons, ui # noqa: F401 File "B:\stable-diffusion-webui\modules\processing.py", line 14, in import cv2 File "B:\stable-diffusion-webui\venv\lib\site-packages\cv2_init_.py", line 190, in bootstrap() File "B:\stable-diffusion-webui\venv\lib\site-packages\cv2_init_.py", line 184, in bootstrap if _load_extra_py_code_for_module("cv2", submodule, DEBUG): File "B:\stable-diffusion-webui\venv\lib\site-packages\cv2_init.py", line 37, in _load_extra_py_code_for_module py_module = importlib.import_module(module_name) File "C:\Users\redacted\AppData\Local\Programs\Python\Python310\lib\importlib_init.py", line 126, in import_module return _bootstrap.gcd_import(name[level:], package, level) File "B:\stable-diffusion-webui\venv\lib\site-packages\cv2\typing_init.py", line 169, in LayerId = cv2.dnn.DictValue AttributeError: module 'cv2.dnn' has no attribute 'DictValue'

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Latest windows 11, followed all the instructions

captainzero93 avatar Sep 06 '23 09:09 captainzero93