Skip to content

AttributeError: module ... #3037

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
Maximb1985 opened this issue Apr 15, 2025 · 1 comment
Open

AttributeError: module ... #3037

Maximb1985 opened this issue Apr 15, 2025 · 1 comment

Comments

@Maximb1985
Copy link

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!

@Maximb1985
Copy link
Author

the problem was solved by reinstallation

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