Open
Description
Reference-only has shown be a very powerful mechanism for outpainting as well as image variation. We should investigate a bit how we can best support this in a modularized, library-friendly way in diffusers
. Also I think we should try this out for SDXL.
Related links:
- [New Preprocessor] The "reference_adain" and "reference_adain+attn" are added Mikubill/sd-webui-controlnet#1280
- [1.1.202 Inpaint] Improvement: Everything Related to Adobe Firefly Generative Fill Mikubill/sd-webui-controlnet#1464
- [Major Update] Reference-only Control Mikubill/sd-webui-controlnet#1236
and
https://github.com/huggingface/diffusers/blob/main/examples/community/stable_diffusion_controlnet_reference.py
https://github.com/huggingface/diffusers/blob/main/examples/community/stable_diffusion_reference.py
@DN6 maybe this could be a first fun project for you