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

Feature Request: Better Animation interpolation #61

Open
PLAN8VR opened this issue Dec 16, 2022 · 2 comments
Open

Feature Request: Better Animation interpolation #61

PLAN8VR opened this issue Dec 16, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@PLAN8VR
Copy link

PLAN8VR commented Dec 16, 2022

Describe the feature you'd like to see:

Hi, (I can never thank you enough for this setup!)

I have been playing with the animation which is great - love that you can guide the animation using blender, so intuitive, however, when using the COLAB methods, such as this one https://colab.research.google.com/github/deforum/stable-diffusion/blob/main/Deforum_Stable_Diffusion.ipynb you have the ability to interpolate between AI renders, as well as chose 2d/3d etc - I think it is looking at the previous image, checking against where it has to get to, and then morphs the images progressively over several frames. This produces much more consistent changes between frames. Whereas currently your system is just rendering from the latest Blender render image output (I think)?

Having more animation controls would be amazing! Thanks!

Additional information

No response

@benrugg
Copy link
Owner

benrugg commented Dec 16, 2022

Yeah, this would be a really valuable and lovely thing to implement. You're exactly right that it currently just sends each frame to Stable Diffusion, so the result isn't stable between frames. I've seen some really amazing algorithms that actually create a depth map / textured point cloud of each frame, and then do 3d camera moves through the newly created space to interpolate between frames.

This is beyond what I'm personally able to do with AI Render, but if anyone would like to contribute/collaborate, it would be an amazing feature (or suite of features)!

@benrugg benrugg added help wanted Extra attention is needed enhancement New feature or request labels Dec 16, 2022
@benrugg benrugg changed the title Better Animation interpolation Feature Request: Better Animation interpolation Dec 16, 2022
@PLAN8VR
Copy link
Author

PLAN8VR commented Dec 19, 2022

If only I knew how to code, I'd be more than happy to help. If there's anything else I can do to help, research etc, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants