UnboundLocalError: local variable 'value_is_number' referenced before assignment
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)
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: