Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent or better handle the case where 2 keyframes have the same frame position. #196

Open
rewbs opened this issue Aug 8, 2023 · 0 comments

Comments

@rewbs
Copy link
Owner

rewbs commented Aug 8, 2023

Currently there's nothing preventing you from having 2 keyframes with the same frame number. This causes errors (with poor error messages) when using some functions like cubic spline. Even without errors the outcome will be difficult to predict.

Simply preventing duplicate keyframes seems like a no-brainer, but it's actually something we might want if we introduce "magic" keyframes that track prompt positions as they are updated. That said, in the absence of such features, blocking dupes is probably the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant