rewbs / sd-parseq

Parameter sequencer for Stable Diffusion
https://sd-parseq.web.app/
MIT License
358 stars 39 forks source link

Feature Request: "final_keyframe" context variable #165

Closed shihanqu closed 1 year ago

shihanqu commented 1 year ago

As the title says, it would be great to have a "final_keyframe" context variable, that is equivalent to the "max_f" variable in deforum. Just as the "active_keyframe" variable returns the current frame number, "final_keyframe" would return the same number entered in the Final frame field.

rewbs commented 1 year ago

Good idea. This is under development now.

rewbs commented 1 year ago

This is now deployed as the last_keyframe context variable.

shihanqu commented 1 year ago

Great stuff! Would recommend updating https://github.com/rewbs/sd-parseq/blob/master/README.md#context-variables to include this