Trying to use Stable Diffusion locally, no GPU #14292
Unanswered
ositoMalvado
asked this question in
Q&A
Replies: 1 comment
-
if you could fix, this please share with me! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting this code, some one can help me?
Launching Web UI with arguments: --use-cpu all --no-half --skip-torch-cuda-test --enable-insecure-extension-access no module 'xformers'. Processing without... no module 'xformers'. Processing without... No module 'xformers'. Proceeding without it. Warning: caught exception 'Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx', memory monitor disabled Traceback (most recent call last): File "C:\Users\July\Documents\A1111 Web UI Autoinstaller\stable-diffusion-webui\launch.py", line 48, in <module> main() File "C:\Users\July\Documents\A1111 Web UI Autoinstaller\stable-diffusion-webui\launch.py", line 44, in main start() File "C:\Users\July\Documents\A1111 Web UI Autoinstaller\stable-diffusion-webui\modules\launch_utils.py", line 432, in start import webui File "C:\Users\July\Documents\A1111 Web UI Autoinstaller\stable-diffusion-webui\webui.py", line 13, in <module> initialize.imports() File "C:\Users\July\Documents\A1111 Web UI Autoinstaller\stable-diffusion-webui\modules\initialize.py", line 37, in imports from modules import processing, gradio_extensons, ui # noqa: F401 File "C:\Users\July\Documents\A1111 Web UI Autoinstaller\stable-diffusion-webui\modules\processing.py", line 14, in <module> import cv2 File "C:\Users\July\Documents\A1111 Web UI Autoinstaller\stable-diffusion-webui\venv\lib\site-packages\cv2\__init__.py", line 181, in <module> bootstrap() File "C:\Users\July\Documents\A1111 Web UI Autoinstaller\stable-diffusion-webui\venv\lib\site-packages\cv2\__init__.py", line 153, in bootstrap native_module = importlib.import_module("cv2") File "C:\Users\July\AppData\Local\Programs\Python\Python310\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: DLL load failed while importing cv2: No se puede encontrar el módulo especificado. Presione una tecla para continuar . . .
Beta Was this translation helpful? Give feedback.
All reactions