From d42cfc2a9ff4fc8ad543a4fc57c685d03e0e1391 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Sun, 28 Jan 2024 07:35:57 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6ce6cf1..6974569c 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,8 @@ Below is a simple extension to have a completely independent pass of ControlNet Note that this extension is hidden because it is only for developers. To see it in UI, use `--show-controlnet-example`. +The memory optimization in this example is fully automatic. You do not need to care about memory and inference speed, but you may want to cache objects if you wish. + ```python # Use --show-controlnet-example to see this extension.