Skip to content

Commit 9efe1e5

Browse files
authored
[docs] IP-Adapter (huggingface#6897)
* use cases * first draft * fix image links * lcm-lora * feedback * review * feedback * feedback
1 parent 37b0951 commit 9efe1e5

File tree

5 files changed

+499
-395
lines changed

5 files changed

+499
-395
lines changed

docs/source/en/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
- sections:
5959
- local: using-diffusers/textual_inversion_inference
6060
title: Textual inversion
61+
- local: using-diffusers/ip_adapter
62+
title: IP-Adapter
6163
- local: training/distributed_inference
6264
title: Distributed inference with multiple GPUs
6365
- local: using-diffusers/reusing_seeds

docs/source/en/api/loaders/ip_adapter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ specific language governing permissions and limitations under the License.
1212

1313
# IP-Adapter
1414

15-
[IP-Adapter](https://hf.co/papers/2308.06721) 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. Files generated from IP-Adapter are only ~100MBs.
15+
[IP-Adapter](https://hf.co/papers/2308.06721) 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.
1616

1717
<Tip>
1818

19-
Learn how to load an IP-Adapter checkpoint and image in the [IP-Adapter](../../using-diffusers/loading_adapters#ip-adapter) loading guide.
19+
Learn how to load an IP-Adapter checkpoint and image in the IP-Adapter [loading](../../using-diffusers/loading_adapters#ip-adapter) guide, and you can see how to use it in the [usage](../../using-diffusers/ip_adapter) guide.
2020

2121
</Tip>
2222

0 commit comments

Comments
 (0)