mirror of
https://github.com/lllyasviel/ControlNet.git
synced 2026-04-24 03:00:54 -04:00
Update README.md
This commit is contained in:
@@ -34,6 +34,8 @@ By repeating the above simple structure 14 times, we can control stable diffusio
|
||||
|
||||

|
||||
|
||||
In this way, the ControlNet can **reuse** the SD encoder as a **deep, strong, robust, and powerful** backbone to learn diverse controls. Many evidences (like [this](https://jerryxu.net/ODISE/) and [this](https://vpd.ivg-research.xyz/)) validate that the SD encoder is an excellent backbone.
|
||||
|
||||
Note that the way we connect layers is computational efficient. The original SD encoder does not need to store gradients (the locked original SD Encoder Block 1234 and Middle). The required GPU memory is not much larger than original SD, although many layers are added. Great!
|
||||
|
||||
# Features & News
|
||||
|
||||
Reference in New Issue
Block a user