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
As for the real image editing on the SDXL model, I will add this function in my free time (currently not available due to some deadlines).
Or, you can implement it by yourself with the Diffusers lib easily, by:
Implement DDIM inversion on the SDXL model to obtain the initial inverted noise and intermediate latents;
Override the sampling process of the original SDXL pipeline by integrating the inverted intermediate latents into the denoising process.
Any plans to support SDXL real_image_editing?
The text was updated successfully, but these errors were encountered: