WAN 2.2: looping video mode? #9556
noisefloordev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was experimenting with WanFirstLastFrameToVideo with the WAN2.2 i2v model. It works really well with it.
I tried an experiment: instead of providing a start and end frame, provide a start frame and a middle frame, then dupe the start frame at the end to create loopable videos. I didn't expect it to work at all, but it almost does! The result is teasingly close: it does hit the middle frame and return to the start.
But, it has an artifact: the middle frame is washed out, with a couple frames around it fading the difference. I'm guessing some of the 50% initial grey is leaking in. I don't know if there's a way to fix this or not, since I don't actually understand how the masking works. This is just mimicking what start_frame does. I've thrown a bunch of darts, like clearing the mask at that frame instead of the 4-frame group like start_frame does (that makes it worse).
It's probably just "you can't do that", but it's so close I figured I'd share it in case anyone has a clue.
Beta Was this translation helpful? Give feedback.
All reactions