-
Notifications
You must be signed in to change notification settings - Fork 6.6k
let's go Flux2 🚀 #12711
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
let's go Flux2 🚀 #12711
Conversation
small edits to the pipeline and conversion
…dition-bfl into flux2
…s such as the Flux 2 single stream block
fix a few things.
allow sft files to go.
Refactor `Flux2Attention` into separate `Attention` classes for double- and single-stream blocks
Co-authored-by: YiYi Xu <yixu310@gmail.com>
final updates: schedule, default guidance_scale
Flux 2 Transformer Single File Support
* add training scripts Co-authored-by: Linoy Tsaban <linoytsaban@gmail.com> * model cpu offload in validation. * add flux.2 readme * add img2img and tests * cpu offload in log validation * Apply suggestions from code review * fix * up * fixes * remove i2i training tests for now. --------- Co-authored-by: Linoy Tsaban <linoytsaban@gmail.com> Co-authored-by: linoytsaban <linoy@huggingface.co>
yiyixuxu
left a comment
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!
|
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. |
|
Example tests are failing because the repo was private. Merging. |
|
I will fix the https://github.com/huggingface/diffusers/actions/runs/19675469483/job/56355392848?pr=12711#step:7:185 but it's not at all merge-blocking, IMO. |
|
How can I install the latest diffusers for using Flux-2 |
|
@rentainhe |
What does this PR do?
Minor doc changes.