Skip to content

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

@almog2065

Description

@almog2065

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.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions