Closed emmajane1313 closed 1 year ago
From your log /content/gdrive/MyDrive/sd/stable-diffusion/extensions/deforum/scripts/deforum/src
not stable-diffusion-webui
so rename your GDrive folder
This is another example of the change that was made recently with WEBUI. Backup and remove the extension from the extensions folder and use webui to install the Deforum extension. The dependency errors should cease.
This is another example of the change that was made recently with WEBUI. Backup and remove the extension from the extensions folder and use webui to install the Deforum extension. The dependency errors should cease.
Installed with the updated webui and same error. I run it localy.
I ve encountered this issue. I run on colab and Installed this extension with the newest webui, but it's not working. I already check the url of my files with the configuration in deforum.py (from line 53).
so this happens when the extension not is in a directory named extensions/deforum-for-automatic1111-webui or extensions/deforum
check the name that the extension installed as hope that helps =)
Need to figure out how to make this not a problem. in deforum.py sys.path.extend([ os.getcwd()+'/scripts/deforum_helpers/src', os.getcwd()+'/extensions/deforum/scripts/deforum_helpers/src', os.getcwd()+'/extensions/deforum-for-automatic1111-webui/scripts/deforum_helpers/src', ]) The name of the extensions/{directory} needs to match one of the above.
As I said in previous post, I checked the configuration and my file locations.
same issue, the path is correct but the error still occurs
I was running into this same issue and was able to resolve it by placing the Stable diffusion model here:
Then reloaded the model in colab and it did the trick. Hope that helps
I ve encountered this issue. I run on colab and Installed this extension with the newest webui, but it's not working. I already check the url of my files with the configuration in deforum.py (from line 53).
This helped me but I'm getting a new error now.
Error completing request
Arguments: ('https://github.com/deforum-art/deforum-for-automatic1111-webui', ['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
I ve encountered this issue. I run on colab and Installed this extension with the newest webui, but it's not working. I already check the url of my files with the configuration in deforum.py (from line 53).
This helped me but I'm getting a new error now.
Error completing request Arguments: ('https://github.com/deforum-art/deforum-for-automatic1111-webui', ['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
Just to share, I fixed this error by unchecking Gradio server
on start and it works.
I think I can close this issue now as the error reports subsided
Have looked at previous issues on this same topic and solutions aren't clear / don't work. #28 and #34
Running this on a google colab notebook and have correctly named the folder deforum in the extensions folder of stable-diffusion-webui