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
Hello, when trying to launch Stable Diffusion, I encounter the following error:
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 36, in imports
shared_init.initialize()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/shared_init.py", line 17, in initialize
from modules import options, shared_options
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/shared_options.py", line 266, in
"interrogate_clip_skip_categories": OptionInfo([], "CLIP: skip inquire categories", gr.CheckboxGroup, lambda: {"choices": interrogate.category_types()}, refresh=interrogate.category_types),
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'modules.interrogate' has no attribute 'category_types'
Any ideas how to fix or workaround this problem?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, when trying to launch Stable Diffusion, I encounter the following error:
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 36, in imports
shared_init.initialize()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/shared_init.py", line 17, in initialize
from modules import options, shared_options
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/shared_options.py", line 266, in
"interrogate_clip_skip_categories": OptionInfo([], "CLIP: skip inquire categories", gr.CheckboxGroup, lambda: {"choices": interrogate.category_types()}, refresh=interrogate.category_types),
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'modules.interrogate' has no attribute 'category_types'
Any ideas how to fix or workaround this problem?
Thank you!
The text was updated successfully, but these errors were encountered: