From 7f0f7e1e913d47adce149e3c1d558254ed3fd664 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 3 Mar 2023 18:34:34 +0100 Subject: [PATCH] Correct section docs (#2540) --- docs/source/en/api/pipelines/stable_diffusion/controlnet.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/en/api/pipelines/stable_diffusion/controlnet.mdx b/docs/source/en/api/pipelines/stable_diffusion/controlnet.mdx index b536ccfe86..b5fa350e5f 100644 --- a/docs/source/en/api/pipelines/stable_diffusion/controlnet.mdx +++ b/docs/source/en/api/pipelines/stable_diffusion/controlnet.mdx @@ -155,6 +155,7 @@ All checkpoints can be found under the authors' namespace [lllyasviel](https://h |[lllyasviel/sd-controlnet-scribble](https://huggingface.co/lllyasviel/sd-controlnet_scribble)
*Trained with human scribbles* |A hand-drawn monochrome image with white outlines on a black background.|| | |[lllyasviel/sd-controlnet-seg](https://huggingface.co/lllyasviel/sd-controlnet_seg)
*Trained with semantic segmentation* |An [ADE20K](https://groups.csail.mit.edu/vision/datasets/ADE20K/)'s segmentation protocol image.|| | +## StableDiffusionControlNetPipeline [[autodoc]] StableDiffusionControlNetPipeline - all - __call__