multi-image support in img2img diffusers
Does InstantStyle support referencing multiple images with single ip-adapter for img2img pipeline in diffusers or InstantStyle library?
Multiple image-based txt2img works great in diffusers, but not img2img.
i am using diffusers==0.28.0.dev0
can anyone help me with some working examples?
I believe current IPA is not suitable for img2img pipeline, it's hard to control the strength of init image and ref image (especially when we only inject into a single layer). We are working on improving content preserving ability for img2img style transfer in our next work.
The img2img pipeline in diffusers doesn't work? (from e-mail)
The img2img pipeline does not produce an error, but when multiple images are inserted into ip_adapter_image (or ip_adapter_imge_embeds by embedding), the resulting image becomes faded and blurry no matter what data it is tested with. Below imgs are exemplary results for single-img and multi-imgs instantstyle, respectively, for oil painting and sunset style transfer.
single:
-
oil painting
-
sunset
multi:
-
oil painting
-
sunset
thank you