-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Community Pipeline: Add z-image differential img2img #12882
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: Add z-image differential img2img #12882
Conversation
|
@bot /style |
|
Style fix is beginning .... View the workflow run here. |
|
@r4inm4ker thanks a lot! the bot can't fix the style, can you please run: make style
make qualityalso if it doesn't fix it, there's some white spaces in some empty lines in the example doc string |
|
need sigma shift |
|
Thanks for the feedback ! I will work on the updates after coming back from holiday. |
…n make style , make quality, and fix white spaces in example doc string.
|
Hi all, Happy New Year ! @bghira Regarding the "need sigma shift" comment : I am not familiar with what it means as I am still very new to ML/diffusion and this is my first attempt to contribute to the community, so any help to elaborate or explain a bit more would be really appreciated. Thanks ! In the meanwhile, I have tried rerunning example inputs from https://differential-diffusion.github.io/ , and this is the result with strength 1.0 and steps 9. prompt : ""tree of life under the sea"
|
|
@r4inm4ker the sigma shift comment was for me I think. If I make the shift higher I don't need to use a higher strength or more steps. Your example works fine because you're using a strength of 1.0, I don't use it like that since I use diff-diff more for inpainting. But since this is a community pipeline, it just needs to work and pass the basic tests, I do see some code that can be improved but it's not necessary at this point. |
|
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. |
|
@r4inm4ker thanks a lot! failing tests are not related to this PR |
|
Thanks for merging ! |






What does this PR do?
Adds Differential Diffusion to Z-Image
Mostly copied from pipeline_flux_differential_img2img.py implementation.
Before submitting
How to test:
Who can review?
@yiyixuxu @asomoza