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.