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

Could you please explain what's line 1199 of pipeline_controlnet_sd_xl_img2img.py used for? #5

Open
deepffff opened this issue Nov 4, 2024 · 0 comments

Comments

@deepffff
Copy link

deepffff commented Nov 4, 2024

The equation is "sample = pred_original_sample * (fac) + latents * (1 - fac)", If it's to sample z_{t-1}, it should be "z{t-1} = pred_original_sample * (fac) + epsilon_t * (1 - fac)" according to the ddim paper. Could you please explain why you did in this way?

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

1 participant