deforum-stable-diffusion icon indicating copy to clipboard operation
deforum-stable-diffusion copied to clipboard

UnboundLocalError: local variable 'value_is_number' referenced before assignment

Open peepeepeepoopoopoo opened this issue 2 years ago • 0 comments

In Load Settings im have this error: I was using deforum in a normal way but it doesn't work anymore, I've tried with other emails and browsers, nothing fixes it

Exporting Video Frames (1 every 1) frames to /content/drive/MyDrive/AI/StableDiffusion/2023-09/StableFun/inputframes... Converted 125 frames Loading 125 input frames from /content/drive/MyDrive/AI/StableDiffusion/2023-09/StableFun/inputframes and saving video frames to /content/drive/MyDrive/AI/StableDiffusion/2023-09/StableFun

UnboundLocalError Traceback (most recent call last) in <cell line: 155>() 156 render_animation(root, anim_args, args, cond, uncond) 157 elif anim_args.animation_mode == 'Video Input': --> 158 render_input_video(root, anim_args, args, cond, uncond) 159 elif anim_args.animation_mode == 'Interpolation': 160 render_interpolation(root, anim_args, args, cond, uncond)

3 frames /content/deforum-stable-diffusion/helpers/animation.py in get_inbetweens(key_frames, max_frames, integer, interp_method, is_single_string) 313 t = i 314 key_frame_series[i] = value --> 315 if not value_is_number: 316 t = i 317 if is_single_string:

peepeepeepoopoopoo avatar Sep 05 '23 23:09 peepeepeepoopoopoo