AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
142.81k stars 26.92k forks source link

[Bug]: can't install deforum extension on colab? #5185

Closed cerarslan closed 1 year ago

cerarslan commented 1 year ago

Is there an existing issue for this?

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

  1. Go to .... Extension tab
  2. Press .... Install from Url
  3. 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

EraGuider commented 1 year ago

I can't install the extension either. It was available before.

skdursh commented 1 year ago

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.