Replies: 1 comment
-
Please, open an issue here https://github.com/deforum-art/deforum-for-automatic1111-webui/issues instead of using discussions for error reporting |
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.
-
I have validated my json settings, and there is no error. But I cant start my render. Any help is very much appreciated.
Deforum extension for auto1111 webui, v2.3b
Git commit: 8323596 (Sun Apr 23 10:40:12 2023)
Using Guided Images mode: seed_behavior will be set to 'schedule' and 'strength_0_no_init' to False
Error completing request...
Traceback (most recent call last):
File "C:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\numexpr\necompiler.py", line 743, in getArguments
a = local_dict[name]
KeyError: 't'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\AI_Files\stable-diffusion-webui\modules\call_queue.py", line 56, in f
res = list(func(*args, **kwargs))
File "C:\AI_Files\stable-diffusion-webui\modules\call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "C:\AI_Files\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum.py", line 101, in run_deforum
render_animation(args, anim_args, video_args, parseq_args, loop_args, controlnet_args, root.animation_prompts, root)
File "C:\AI_Files\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts\deforum_helpers\render.py", line 75, in render_animation
keys = DeformAnimKeys(anim_args, args.seed) if not use_parseq else ParseqAnimKeys(parseq_args, anim_args, video_args)
File "C:\AI_Files\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts\deforum_helpers\animation_key_frames.py", line 25, in init
self.strength_schedule_series = self.fi.get_inbetweens(self.fi.parse_key_frames(anim_args.strength_schedule))
File "C:\AI_Files\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts\deforum_helpers\animation_key_frames.py", line 116, in parse_key_frames
frame = int(self.sanitize_value(frameParam[0])) if check_is_number(self.sanitize_value(frameParam[0].strip())) else int(numexpr.evaluate(frameParam[0].strip().replace("'","",1).replace('"',"",1)[::-1].replace("'","",1).replace('"',"",1)[::-1]))
File "C:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\numexpr\necompiler.py", line 819, in evaluate
arguments = getArguments(names, local_dict, global_dict)
File "C:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\numexpr\necompiler.py", line 745, in getArguments
a = global_dict[name]
KeyError: 't'
Traceback (most recent call last):
File "C:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 987, in postprocess_data
if predictions[i] is components._Keywords.FINISHED_ITERATING:
IndexError: tuple index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
File "C:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1078, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "C:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 991, in postprocess_data
raise ValueError(
ValueError: Number of output components does not match number of values returned from from function f
Beta Was this translation helpful? Give feedback.
All reactions