From 9b5382c05da78a96e30fe7b806e8b4d2ff70cccb Mon Sep 17 00:00:00 2001 From: kqjacs <123101260+kqjacs@users.noreply.github.com> Date: Sat, 18 Feb 2023 19:09:42 +0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3714999ae..21b5a8bbc5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ControlNet is a neural network structure to control diffusion models by adding e ![img](github_page/he.png) -It copys the weights of neural network blocks into a "locked" copy and a "trainable" copy. +It copies the weights of neural network blocks into a "locked" copy and a "trainable" copy. The "trainable" one learns your condition. The "locked" one preserves your model.