deforum / deforum/deforum-stable-diffusion

Load Settings

Open
#310 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.3k
Forks
412
PR merge metrics
No merged PRs in 30d

Description

---------------------------------------------------------------------------
UnboundLocalError Traceback (most recent call last)
in ()
154 # dispatch to appropriate renderer
155 if anim_args.animation_mode == '2D' or anim_args.animation_mode == '3D':
--> 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)

2 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:

UnboundLocalError: local variable 'value_is_number' referenced before assignment

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.