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
Hi,
I'm exploring adding the Repaint algo inside the sdxl pipeline. For this, at any given timestep t, we need to noise the latent again (forward pass) and denoise it back, a set number of times (jump steps). We cant use the add_noise since it does the cumulative result assuming x(0) input. To just add noise for a specific timestep, I expect that the single step noising would work something like this:
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
-
Hi,
I'm exploring adding the Repaint algo inside the sdxl pipeline. For this, at any given timestep t, we need to noise the latent again (forward pass) and denoise it back, a set number of times (jump steps). We cant use the add_noise since it does the cumulative result assuming x(0) input. To just add noise for a specific timestep, I expect that the single step noising would work something like this:
This isnt giving the right results. Am I missing the scale factor somewhere, or something else? Any insight greatly appreciated!
Thanks,
Darshat
Beta Was this translation helpful? Give feedback.
All reactions