mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
1.2 KiB
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.
Tip
Learn how to load and use an IP-Adapter checkpoint and image in the IP-Adapter guide,.
IPAdapterMixin
autodoc loaders.ip_adapter.IPAdapterMixin
SD3IPAdapterMixin
autodoc loaders.ip_adapter.SD3IPAdapterMixin - all - is_ip_adapter_active
IPAdapterMaskProcessor
autodoc image_processor.IPAdapterMaskProcessor