mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
* Added support for single IPAdapter on SD3.5 pipeline --------- Co-authored-by: hlky <hlky@hlky.ac> Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> Co-authored-by: YiYi Xu <yixu310@gmail.com>
1.3 KiB
1.3 KiB
IP-Adapter
IP-Adapter is a lightweight adapter that enables prompting a diffusion model with an image. This method decouples the cross-attention layers of the image and text features. The image features are generated from an image encoder.
Learn how to load an IP-Adapter checkpoint and image in the IP-Adapter loading guide, and you can see how to use it in the usage guide.
IPAdapterMixin
autodoc loaders.ip_adapter.IPAdapterMixin
SD3IPAdapterMixin
autodoc loaders.ip_adapter.SD3IPAdapterMixin - all - is_ip_adapter_active
IPAdapterMaskProcessor
autodoc image_processor.IPAdapterMaskProcessor