-
Notifications
You must be signed in to change notification settings - Fork 64
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] Can it loop? #30
Comments
I am going to add a second image. so, if you provide same image, then yes |
btw, if I add init image, and select ZOOM IN, this image is at the end of animation. IF (ZOOM IN) |
@v8hid let us add two Global Settings: first version easy, just textboxes, later improve on fancy select dropdowon |
Users are already using WebUI, They can easily use the Txt2Img tab for the initial image (They can also play with it to get the best result and then use it as an initial image). |
check the code: |
I don't know how we can implement a clean loop video. Not so clean but it improves as the frames become more similar. |
I know what you mean and you are absolutely right, but we can put the effort to improve more necessary features like the ones you implemented perfectly, and of course, we can work on stuff like this later! |
If you are zooming in, like animation above, the final image will emerge from center pixel. As a starter, instead of interpolating like example animation, better idea would be to zoom to the final image emerging from center. The boundaries won't match but that's still a better start than interpolation. |
we have implemented the so called EXIT IMAGE, if you define same img for init and exit, we have a loop. not a perfect blend, but a good starting point, next release |
just a check - that the last frame of the saved animation is not simply the EXIT image, but the frame before the exit image, since otherwise the loop will stutter as it has 2 frames of the exit image (one at the start and one at the end) :) |
maybe I am missing something but I am trying to have a starting image and zoom into the image and a ai generated world opens up. In this case an eye is the start and then zoom into the eye! Currently it either uses the prompts and last frame is the eye or first frame is the eye and zooms back out. Am I missing something here? Would it not make sense to have a starting image and zoom into it? |
Is it possible to also have last image same as first image making an infinite loop?
The text was updated successfully, but these errors were encountered: