-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Feature: Beta scheduler #16235
Feature: Beta scheduler #16235
Conversation
If i load a image by PNG Info Tab, there are correctly the Beta schedule sub-params included:
But those params are not respected by System after pressing "Send to txt2img". Is it possible to include / resepect those image-specific params? Thanks for this scheduler, which is really a great scheduler type. |
Description
This PR implements the scheduler described in "Beta Sampling is All You Need: Efficient Image Generation Strategy for Diffusion Models using Stepwise Spectral Analysis" (2024, Lee et. al). The basic conclusion of the paper is spending more time at the beginning and end of denoising improves image quality.
Output images are usually worse than other schedulers at low step count (<= 10), but improved at higher step counts ( >= 20 ).
Beta scheduler with alpha = beta = 1.0 is supposed to be equivalent to Uniform scheduler, but in practice the Uniform scheduler produces different sigmas / results.
Changes
Additional links:
The authors' paper describing the method: https://arxiv.org/abs/2407.12173
Checklist:
Screenshots/videos:
SD XL