-
Notifications
You must be signed in to change notification settings - Fork 6.2k
[core] add modular support for Flux I2I #12086
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
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @sayakpaul
looks good for now, I think we can merge in first, but I'm doing some refactor on SDXL modular, we should review & discuss there once the PR is ready and probably need to revist and refactor Flux modular too afterwards
let's wait for this PR to be in first #11969
I think you'll have conflicts
As discussed, merging this! |
What does this PR do?
set_timesteps()
to eliminate the dependency onlatents
(hope that's okay). I have checked if that has any impact on the existing T2I blocks and it doesn't (output image remains unchanged with this code).Code to test:
Unfold
Output:
This is about the same output one would get if they ran the non-modular diffusers pipeline
Code