-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
I was reading the paper Common Diffusion Noise Schedules and Sample Steps are Flawed and found it pretty interesting. It proposes a few simple changes that could be useful when integrated into existing schedulers in the diffusers
library. Namely:
- "rescale the noise schedule to enforce zero terminal SNR"
- "change the sampler to always start from the last timestep"
- "rescale classifier-free guidance to prevent over-exposure"
They demonstrate the proposed fixes by finetuning Stable Diffusion and showing it can generate new concepts it could not successfully do before, such as solid colour backgrounds. Attached a figure to demonstrate this.
Is this something that would be valuable to add to the diffusers
library? Are these proposals already integrated? Thanks~
fepegar, quentindrx, Warvito, adammenges, KevinWang676 and 2 moreadammenges and MilkCloudsjustindujardin, Hammer-888, PeterL1n, ghunkins, animebing and 6 more