Skip to content

Stable Diffusion XL and BLIP are not being detected #3033

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

Open
esmikita opened this issue Mar 30, 2025 · 0 comments
Open

Stable Diffusion XL and BLIP are not being detected #3033

esmikita opened this issue Mar 30, 2025 · 0 comments

Comments

@esmikita
Copy link

I am encountering an issue while attempting to run Stable Diffusion. The following error messages are displayed:

Warning: Stable Diffusion XL not found at path /content/gdrive/MyDrive/sd/stablediffusion/generative-models/sgm
Warning: BLIP not found at path /content/gdrive/MyDrive/sd/stablediffusion/src/BLIP/models/blip.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 13, in
initialize.imports()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 32, in imports
import sgm.modules.encoders.modules # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sgm'

It seems that Stable Diffusion XL and BLIP are not being detected, and I am also receiving a ModuleNotFoundError related to the sgm module. I would appreciate any guidance on how to resolve these issues.

Thank you in advance for your support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant