Replies: 1 comment 1 reply
-
When managing your extensions, you need to either remove |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
" File "H:\Super SD 2.0\stable-diffusion-webui\modules\call_queue.py", line 45, in f
res = list(func(*args, **kwargs))
File "H:\Super SD 2.0\stable-diffusion-webui\modules\ui_extensions.py", line 111, in install_extension_from_url
check_access()
File "H:\Super SD 2.0\stable-diffusion-webui\modules\ui_extensions.py", line 20, in check_access
assert not shared.cmd_opts.disable_extension_access, "extension access disabed because of commandline flags"
AssertionError: extension access disabed because of commandline flags"
How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions