stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: can't install deforum extension on colab?
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
I was able to install extensions on local server but I was getting ModuleNotFoundError: No module named 'py3d_tools'. Now I can't install any extension through Gradio and I get this error. Can you help me ?
Steps to reproduce the problem
- Go to .... Extension tab
- Press .... Install from Url
- Error completing request Arguments: ('', 'https://github.com/deforum-art/deforum-for-automatic1111-webui.git') {} 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 111, 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 disabed because of commandline flags" AssertionError: extension access disabed because of commandline flags
What should have happened?
I think issue start from File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/call_queue.py", line 45, in f res = list(func(*args, **kwargs)) this . I tried to remove that line '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 disabed because of commandline flags" but no works.
Commit where the problem happens
Collab version.
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Brave
Command Line Arguments
No response
Additional information, context and logs
No response
I can't install the extension either. It was available before.
I've never used colab so am unsure as to how it works, but do you have access to the commandline flags? What arguments are you using? Are you using the correct argument to install it? It should be git clone https://github.com/deforum-art/deforum-for-automatic1111-webui/ extensions/deforum
.