helios / diffusers /docs /source /en /api /loaders /ip_adapter.md
Ouzhang's picture
Add files using upload-large-folder tool
78c8ce2 verified
|
Raw
History Blame Contribute Delete
1.25 kB

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 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