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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions