-
Notifications
You must be signed in to change notification settings - Fork 79
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
image editing with XL model #33
Comments
Hi, thanks for the question! I believe the only missing piece in the puzzle to implement image editing with XL is to figure out the Null Inversion method for SDXL models. I could not find a good resource for it and didn't have time to figure it out on my own. Would appreciate it if you find a resource and share it here - I will be happy to add it to the demo notebooks. |
can we use DDIM inversion for XL pipelines?
as project Sytle-Aligned does:https://github.com/google/style-aligned/blob/main/style_aligned_transfer_sdxl.ipynb |
That's an excellent point - we definitely can use it. But I suspect that it might not be as effective as null inversion. If you happen to implement it, please share the results here. Thanks! |
Has anyone tried implementing Image editing with SDXL ? |
Same question, have you tried it? |
Hi @xpeng, have you tried this? |
Hi! I m so happy to use image editing code
I have a question about the image editing with XL model. how can I do that?
The text was updated successfully, but these errors were encountered: