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

[Question] Static vs Uniform #468

Open
NullEqualsZero opened this issue Aug 29, 2024 · 2 comments
Open

[Question] Static vs Uniform #468

NullEqualsZero opened this issue Aug 29, 2024 · 2 comments

Comments

@NullEqualsZero
Copy link

This is kind of a dumb question. What is the difference between static and uniform? For some context, I am using animatediff for vid2vid, and I don't use loop. I just cant figure out the difference.

@massile
Copy link

massile commented Sep 11, 2024

The difference is in the starting frame of the sliding window at a given step:

  • with static, the window will always start at the first frame for all the steps.
  • with uniform, the window will start at a different location at each step. In this case the diffusion is more "spread out" and this will increase the consistency of the animation, but it's subtle in a lot of cases

@massile
Copy link

massile commented Sep 11, 2024

This video gives a good explanation with examples :)

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

2 participants