Open aihopper opened 2 months ago
The main differences seem to be along the edges, the generated image seem to have softer edges
Also histograms show notable differencies, the below image is the generated one (brighter/blurrier)
The flashing is very noticeable in the outputs the repo generates using 3_1_sparsectrl_i2v.yaml
. Here it tries to interpolate between 5 frames, so each 5 frames you get a flash.
This affects both video interpolation and video prediction
Here is a minimal repro case that attempts to interpolate every other frame. Notice the flashing frames:
https://github.com/user-attachments/assets/e2784c49-18b7-4254-a127-286c94c83f10
Repro steps
First I used Animatediff to generate a video of a running man: video
Then I take the generated video (which should be well understood by AnimateDiff), remove all the odd frames
Use AnimateDiff to generate the frames I removed by interpolating the present frames, here is the yaml file:
Notes: