Skip to content

Commit 39be244

Browse files
committed
Exten control image generation documentation
1 parent f22a91f commit 39be244

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/src/content/docs/control-layers.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ layer content more closely.
3131

3232
At this point you might be wondering what to put into a control layer. A great
3333
way to discover is to automatically derive control layer content form an
34-
existing image. This is usually the opposite of what you're trying to do (ie.
34+
existing image. This is usually the reverse of what you're trying to do (ie.
3535
generating an image with the guidance of control layer content). Here is how:
3636

3737
<Steps>
@@ -45,6 +45,13 @@ generating an image with the guidance of control layer content). Here is how:
4545
4. A new layer will be created with the control layer content. It also becomes the active layer.
4646
</Steps>
4747

48+
<Aside type="note">
49+
Generating a control image is always based on the current canvas (all visible layers).
50+
51+
When you generate the actual image with the control layer, the content of the
52+
selected layer is used as guidance. It will still work if the layer is hidden.
53+
</Aside>
54+
4855
### Advanced options
4956

5057
The extended options provide more fine-grained control over the guidance strength:

0 commit comments

Comments
 (0)