Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

The reverse_step function in generative.networks.schedulers.DDPMScheduler.ddim.py #502

Open
StartMvoe opened this issue Aug 19, 2024 · 0 comments

Comments

@StartMvoe
Copy link

Well, the reversed_step function in generative.networks.schedulers.ddim.py seems to try to generate x_t+1 from x_t with the Equation (6) in https://arxiv.org/pdf/2203.04306.pdf. However, in the process of implementing the reversed_step function, from https://arxiv.org/pdf/2010.02502.pdf is used to achieve it. In other word, the step_reverse function realize an equation x_t+1 = alpha_prod_t_next ** (0.5) * x_0+ x_t. Is that right?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant