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

my test output(Reconstructed video lacks consistency) ? #12

Open
zhanghongyong123456 opened this issue Sep 5, 2023 · 5 comments

Comments

@zhanghongyong123456
Copy link

zhanghongyong123456 commented Sep 5, 2023

test cmd:
python preprocess.py

0.mp4
@puppynull
Copy link

same result with yours

@omerbt
Copy link
Owner

omerbt commented Sep 5, 2023

Inaccurate reconstruction is due to: (i) inaccurate DDIM inversion, (ii) imperfect VAE latent space autoencoder.

Interestingly, our method may still overcome issues with the DDIM inversion thanks to our TokenFlow injection.
For example, the editing result for this video does not exhibit these artifcats that occur in the DDIM inversion process.

@anime26398
Copy link

Yes, I also experienced this issue. In my experience, it happens because each frame is inverted independently (and becomes severe when fewer DDIM steps are used). However, if you use Cross-Frame attention and Tokenflow propagation during DDIM inversion and reconstruction, this issue gets resolved even for reconstructed video

@G-U-N
Copy link

G-U-N commented Sep 6, 2023

Yes, I also experienced this issue. In my experience, it happens because each frame is inverted independently (and becomes severe when fewer DDIM steps are used). However, if you use Cross-Frame attention and Tokenflow propagation during DDIM inversion and reconstruction, this issue gets resolved even for reconstructed video

I am in total agreement.

@hyoseok1223
Copy link

@anime26398 Then Tokenflow propagation is implemented in this repo? I can't find 'compute nn fields' and 'tokenflow propagation' it just looks using PnP instead.

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

6 participants