Skip to content
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

Support IPAdapter for all Flux pipelines- not only for txt2img #10689

Open
almog2065 opened this issue Jan 30, 2025 · 3 comments
Open

Support IPAdapter for all Flux pipelines- not only for txt2img #10689

almog2065 opened this issue Jan 30, 2025 · 3 comments
Assignees
Labels
contributions-welcome roadmap Add to current release roadmap

Comments

@almog2065
Copy link

I see diffusers recently merged the IPAdapter for Flux pipelines, but only for txt2img pipeline. #9825
The feature request is about supporting IPAdapter to all Flux pipelines as img2img, sketch2img and more..

It will be great to have load_ip_adapter and unload_ip_adapter for all those pipelines:
(FluxControlNetPipeline, FluxImg2ImgPipeline, FluxInpaintPipeline)

For now this support works only for FluxPipeline(txt2img only)

I see the feature can be implemented by adding the FluxIPAdapterMixin to the pipeline class.

@asomoza
Copy link
Member

asomoza commented Jan 30, 2025

cc: @hlky

@hlky
Copy link
Collaborator

hlky commented Jan 30, 2025

Hi @almog2065. We are planning to add IPAdapter in other Flux pipelines, we can add this issue to the Roadmap for next release. If you'd like to contribute a PR for any of the Flux pipelines we are happy to assist, each needs similar pipeline changes and changes for the pipeline's tests - we don't necessarily need slow tests for all pipelines though it can be covered by FluxIPAdapterTesterMixin.

@SahilCarterr
Copy link
Contributor

PR #10708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions-welcome roadmap Add to current release roadmap
Projects
Status: No status
Development

No branches or pull requests

4 participants