Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
anyone who can help? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am using automatic1111. I installed deforum and controlnet as instructed.
When I try to generate a video in deforum I get the following msg
START OF TRACEBACK
Traceback (most recent call last):
File "C:\Users\kemal\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers\run_deforum.py", line 110, in run_deforum
render_animation(args, anim_args, video_args, parseq_args, loop_args, controlnet_args, root)
File "C:\Users\kemal\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers\render.py", line 84, in render_animation
parseq_adapter = ParseqAdapter(parseq_args, anim_args, video_args, controlnet_args, loop_args)
File "C:\Users\kemal\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers\parseq_adapter.py", line 46, in init
self.cn_keys = ParseqControlNetKeysDecorator(self, ControlNetKeys(anim_args, controlnet_args)) if controlnet_args else None
File "C:\Users\kemal\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers\animation_key_frames.py", line 83, in init
self.schedules[output_key] = self.fi.parse_inbetweens(getattr(controlnet_args, input_key), input_key)
AttributeError: 'types.SimpleNamespace' object has no attribute 'cn_1_weight'
END OF TRACEBACK
User friendly error message:
Error: 'types.SimpleNamespace' object has no attribute 'cn_1_weight'. Check your schedules/ init values please. Also make sure you don't have a backwards slash in any of your PATHs - use / instead of .
Although I installed controlnet, in deforum screen, the UI is stating that,
[ControlNet not found. Please install it :)]
anyone experiencing same problem?
Beta Was this translation helpful? Give feedback.
All reactions