Deforum Extension not working #682
Replies: 1 comment
-
You run an old cn version. You should see this when you load up your webui: And if you still need help after that, open an issue, not a discussion please. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have tried to install deforum with 2 ways but i am getting the same error as below. And i don't see deforum extension SD panel.
`Deforum ControlNet support: enabled
'ControlNet UI setup failed with error: 'module 'extensions.sd-webui-controlnet.scripts.external_code' has no attribute 'get_modules''!
Error executing callback ui_tabs_callback for J:\AI\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum.py
Traceback (most recent call last):
File "J:\AI\stable-diffusion-webui\modules\script_callbacks.py", line 134, in ui_tabs_callback
res += c.callback() or []
File "J:\AI\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum.py", line 294, in on_ui_tabs
component_list = [components[name] for name in deforum_args.get_component_names()]
File "J:\AI\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum.py", line 294, in
component_list = [components[name] for name in deforum_args.get_component_names()]
KeyError: 'cn_1_overwrite_frames'
'ControlNet UI setup failed with error: 'module 'extensions.sd-webui-controlnet.scripts.external_code' has no attribute 'get_modules''!
Error executing callback ui_tabs_callback for J:\AI\stable-diffusion-webui\extensions\sd-webui-deforum\scripts\deforum.py
Traceback (most recent call last):
File "J:\AI\stable-diffusion-webui\modules\script_callbacks.py", line 134, in ui_tabs_callback
res += c.callback() or []
File "J:\AI\stable-diffusion-webui\extensions\sd-webui-deforum\scripts\deforum.py", line 294, in on_ui_tabs
component_list = [components[name] for name in deforum_args.get_component_names()]
File "J:\AI\stable-diffusion-webui\extensions\sd-webui-deforum\scripts\deforum.py", line 294, in
component_list = [components[name] for name in deforum_args.get_component_names()]
KeyError: 'cn_1_overwrite_frames'`
Beta Was this translation helpful? Give feedback.
All reactions