1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00
Files
diffusers/docs/source/en/api/loaders/ip_adapter.md
Steven Liu b4e6dc3037 [docs] Fix broken links (#12487)
fix broken links
2025-10-15 06:42:10 +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.

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