Files
diffusers/docs/source/en/api/loaders/ip_adapter.md
Steven Liu 6b2f8109bc [docs] IP-Adapter image embedding (#7226)
* update

* fix parameter name

* feedback

* add no mask version

---------

Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
2024-12-23 13:02:09 +05:30

1.2 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

IPAdapterMaskProcessor

autodoc image_processor.IPAdapterMaskProcessor