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.
Thank you in advance for your support.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: