From cbdb00cd34f2e2b55c70af9b82e67ebcd300ad4f Mon Sep 17 00:00:00 2001 From: continue-revolution Date: Fri, 15 Mar 2024 06:48:19 -0500 Subject: [PATCH] api doc --- docs/how-to-use.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how-to-use.md b/docs/how-to-use.md index 9605de85..c533e768 100644 --- a/docs/how-to-use.md +++ b/docs/how-to-use.md @@ -44,6 +44,8 @@ It is quite similar to the way you use ControlNet. API will return a video in ba }, ``` +If you wish to specify different conditional hints for different ControlNet units, the only additional thing you need to do is to specify `batch_images` parameter in your ControlNet JSON API parameters. The expected input format is exactly the same as [how to use ControlNet in WebUI](features.md#controlnet-v2v). + ## Parameters 1. **Save format** — Format of the output. Choose at least one of "GIF"|"MP4"|"WEBP"|"WEBM"|"PNG". Check "TXT" if you want infotext, which will live in the same directory as the output GIF. Infotext is also accessible via `stable-diffusion-webui/params.txt` and outputs in all formats.