From 1ae4decf207773fae7aee125140793d68dbf3f81 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Sun, 4 Feb 2024 17:25:29 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d98ea44..bf8d19dc 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Similar components like HyperTile, KohyaHighResFix, SAG, can all be implemented ![image](https://github.com/lllyasviel/stable-diffusion-webui-forge/assets/19834515/e2fc1b73-e6ee-405e-864c-c67afd92a1db) -ControlNets can finally be called by different extensions. (80% codes of ControlNet can be removed now, will start soon) +ControlNets can finally be called by different extensions. Implementing Stable Video Diffusion and Zero123 are also super simple now (see also the codes).