-
Notifications
You must be signed in to change notification settings - Fork 6k
Potential bug in repaint? #9900
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
Comments
I also think that should be removed as mentioned in algorithm 1 Line 5 from the paper Corrected prev_known_part = (alpha_prod_t_prev**0.5) * original_image + ((1 - alpha_prod_t_prev)) * noise I don't think Fixing this might cause any issue in RePaintScheduler |
Cc: @yiyixuxu |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
diffusers/src/diffusers/schedulers/scheduling_repaint.py
Line 322 in dac623b
According to line5 of algorithm 1 in the paper, the second part in line 322 should remove the
**0.5
?thanks!
The text was updated successfully, but these errors were encountered: