AssertionError: extension access disabled because of command line flags #419
Unanswered
davidias244
asked this question in
Q&A
Replies: 1 comment
-
I'm also running into this. It looks like an option in the AUTOMATIC1111 repo: I'm not familiar with python though, can't figure out how to prevent the state from triggering... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting this error when trying to install dreambooth in the Automatic1111 on Google Colab:
Error completing request
Arguments: ('https://github.com/d8ahazard/sd_dreambooth_extension', ['ads', 'localization']) {}
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/call_queue.py", line 45, in f
res = list(func(*args, **kwargs))
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui_extensions.py", line 153, in install_extension_from_index
ext_table, message = install_extension_from_url(None, url)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui_extensions.py", line 117, in install_extension_from_url
check_access()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui_extensions.py", line 20, in check_access
assert not shared.cmd_opts.disable_extension_access, "extension access disabled because of command line flags"
AssertionError: extension access disabled because of command line flags
Beta Was this translation helpful? Give feedback.
All reactions