rewbs / sd-parseq

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

Solve keyframe syncing when changing fps or bpm #33

Closed rewbs closed 1 year ago

rewbs commented 1 year ago

Currently keyframes are anchored to absolute keyframe offsets. Therefore, if you want to change the fps of your video it will most likely mess up sync. It would be good to have a way to solve this. E.g. option to make beats or time offsets the anchored temporal axis?

rewbs commented 1 year ago

Implemented.