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
In previous inpainting pipeline(now StableDiffusionInpaintPipelineLegacy ) has the strength argument for set an offset, an independant argument from num_inference_steps . Is there any reason to remove that feature? Intuitively it could be different, small num_inference_steps vs large num_inference_steps x low strength, including noise from the starting timestep.
I've just thought, is it related to not calling scheduler.add_noise() in the newer pipeline.call()?