-
Notifications
You must be signed in to change notification settings - Fork 6.2k
feat: add flux kontext #11985
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
feat: add flux kontext #11985
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. |
thanks! primarily Kontext is for Image2Image so I think it makes more sense to add it there than to Text2Image though |
@asomoza thoughts on adding it to both, like vanilla flux? |
yeah, it's also fine to add it to both since it can be used for both tasks |
@bot /style |
Style bot fixed some files and pushed the changes. |
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!
What does this PR do?
This adds
flux-kontext
to theAUTO_TEXT2IMAGE_PIPELINES_MAPPING
. This enables Flux Kontext to be used for text -> img when using optimum neuron. Ref: huggingface/optimum-neuron#815Sister PR:
huggingface/optimum-neuron#916
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@yiyixuxu and @asomoza