deforum / deforum/deforum-stable-diffusion
Max_frame error for Animation
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 412
- PR merge metrics
- No merged PRs in 30d
Description
Hello everyone. I have a problem with version 0.7. I use it in colab. If I enter a value greater than 720 as max_frame I get error when I start the "load_setting" function. (only for Animation)
I get this error:
`TypeError Traceback (most recent call last)
in
153 # dispatch to appropriate renderer
154 if anim_args.animation_mode == '2D' or anim_args.animation_mode == '3D':
--> 155 render_animation(args, anim_args, animation_prompts, root)
156 elif anim_args.animation_mode == 'Video Input':
157 render_input_video(args, anim_args, animation_prompts, root)
5 frames
[/usr/local/lib/python3.8/dist-packages/numexpr/necompiler.py](https://localhost:8080/#) in stringToExpression(s, types, context)
291 ex = expressions.ConstantNode(ex, expressions.getKind(ex))
292 elif not isinstance(ex, expressions.ExpressionNode):
--> 293 raise TypeError("unsupported expression type: %s" % type(ex))
294 finally:
295 expressions._context.set_new_context(old_ctx)
TypeError: unsupported expression type: ``
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.