Update README.md

This commit is contained in:
lllyasviel
2023-02-26 04:09:43 -08:00
committed by GitHub
parent ed0439b37c
commit cf94ede85a

View File

@@ -38,6 +38,8 @@ Note that the way we connect layers is computational efficient. The original SD
# Features & News
2023/02/26 - We released a blog - [Ablation Study: Why ControlNets use a deep encoder? What if it was lighter? Or even an MLP?](https://github.com/lllyasviel/ControlNet/discussions/173)
2023/02/20 - Implementation for non-prompt mode released. See also [Guess Mode / Non-Prompt Mode](#guess-anchor).
2023/02/12 - Now you can play with any community model by [Transferring the ControlNet](https://github.com/lllyasviel/ControlNet/discussions/12).
@@ -216,6 +218,8 @@ This model is not available right now. We need to evaluate the potential risks b
The "guess mode" (or called non-prompt mode) will completely unleash all the power of the very powerful ControlNet encoder.
See also the blog - [Ablation Study: Why ControlNets use a deep encoder? What if it was lighter? Or even an MLP?](https://github.com/lllyasviel/ControlNet/discussions/173)
You need to manually check the "Guess Mode" toggle to enable this mode.
In this mode, the ControlNet encoder will try best to recognize the content of the input control map, like depth map, edge map, scribbles, etc, even if you remove all prompts.