deforum / deforum/deforum-stable-diffusion
UnboundLocalError: local variable 'value_is_number' referenced before assignment
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 412
- PR merge metrics
- No merged PRs in 30d
Description
**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)
[](https://localhost:8080/#) in ()
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](https://localhost:8080/#) 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:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.