From c8b306d9f8b06a829c262042f97fea392edeb72d Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Tue, 26 Sep 2023 19:20:03 +1000 Subject: [PATCH] Update CONTROLNET.md --- docs/features/CONTROLNET.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/CONTROLNET.md b/docs/features/CONTROLNET.md index a9dc382759..f079e0fc9d 100644 --- a/docs/features/CONTROLNET.md +++ b/docs/features/CONTROLNET.md @@ -139,7 +139,7 @@ Additionally, each ControlNet section can be expanded in order to manipulate set [IP-Adapter](https://ip-adapter.github.io) is a tooling that allows for image prompt capabilities with text-to-image diffusion models. IP-Adapter works by analyzing the given image prompt to extract features, then passing those features to the UNet along with any other conditioning provided. ![IP-Adapter + T2I](https://github.com/tencent-ailab/IP-Adapter/raw/main/assets/demo/ip_adpter_plus_multi.jpg) -![IP-Adapter + T2I](https://github.com/tencent-ailab/IP-Adapter/blob/main/assets/demo/image-to-image.jpg) +![IP-Adapter + IMG2IMG](https://github.com/tencent-ailab/IP-Adapter/blob/main/assets/demo/image-to-image.jpg) #### Installation There are several ways to install IP-Adapter models with an existing InvokeAI installation: @@ -158,4 +158,4 @@ IP-Adapter requires an image to be used as the Image Prompt. It can also be used Each IP-Adapter has two settings that are applied to the IP-Adapter: * Weight - Strength of the IP-Adapter model applied to the generation for the section, defined by start/end -* Start/End - 0 represents the start of the generation, 1 represents the end. The Start/end setting controls what steps during the generation process have the IP-Adapter applied. \ No newline at end of file +* Start/End - 0 represents the start of the generation, 1 represents the end. The Start/end setting controls what steps during the generation process have the IP-Adapter applied.