-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Community pipeline] SDXL Differential Diffusion Img2Img Pipeline #7550
[Community pipeline] SDXL Differential Diffusion Img2Img Pipeline #7550
Conversation
looks good! will merge whenever you're ready! |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
…ggingface#7550) * initial-commit pipeline created * updated README.md
Hi, I would really like to test the differential img2img pipeline, has this been published yet? |
@xinru-liu |
@yiyixuxu |
that's because you're trying to access it in the v0.27.2 release, this was merged after the last release so until the next one you have to install
Also you can just download it and use it directly: |
Thank you @asomoza ! I've tested the solution, it works really well! |
What does this PR do?
Adds Differential Diffusion as a community pipeline as discussed here, this is the SDXL img2img version.
More information and original PR here. I'll add the documentation to the README after the initials reviews.
Once this one is merged I plan to do also:
Note: It works with turbo and lighting variations, but IMO the only half good one is the lighting 8 steps, with less steps the model can't properly do the inpaint and even with 8, the inpainting isn't that good.
Fixes #7038
Paper: https://differential-diffusion.github.io/paper.pdf
Project site: https://differential-diffusion.github.io/
Code: https://github.com/exx8/differential-diffusion
Example usage:
Examples
Who can review?
@yiyixuxu @sayakpaul @exx8 @a-r-r-o-w