You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to me the add_noise function in some schedulers are VP, and some are VE:
VE example: where in noisy_samples = original_samples + noise * sigma, the original_samples is not scaled to be smaller, so variance is exploding.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Seems to me the add_noise function in some schedulers are VP, and some are VE:
VE example: where in noisy_samples = original_samples + noise * sigma, the original_samples is not scaled to be smaller, so variance is exploding.
diffusers/src/diffusers/schedulers/scheduling_dpmsolver_sde.py
Line 527 in 83bc6c9
VP example: https://github.com/huggingface/diffusers/blob/cf6e0407e051467b480830d3ed97d2873b5019d3/src/diffusers/schedulers/scheduling_lcm.py#L594C19-L594C79
I wonder why that's the case?
Beta Was this translation helpful? Give feedback.
All reactions