Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plans to support SDXL real_image_editing? #37

Open
wangyong860401 opened this issue Dec 6, 2023 · 1 comment
Open

Any plans to support SDXL real_image_editing? #37

wangyong860401 opened this issue Dec 6, 2023 · 1 comment

Comments

@wangyong860401
Copy link

Any plans to support SDXL real_image_editing?

@ljzycmd
Copy link
Collaborator

ljzycmd commented Dec 8, 2023

Hi @wangyong860401, thanks for your interest.

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:

  1. Implement DDIM inversion on the SDXL model to obtain the initial inverted noise and intermediate latents;
  2. Override the sampling process of the original SDXL pipeline by integrating the inverted intermediate latents into the denoising process.

Hope this can help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants