From 25777cf922f37da44cf2156576dc268149ae9594 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 21 Sep 2022 02:58:25 -0400 Subject: [PATCH] Update OUTPAINTING.md fixed image paths --- docs/features/OUTPAINTING.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/features/OUTPAINTING.md b/docs/features/OUTPAINTING.md index fb15faed10..9f72a5cb3c 100644 --- a/docs/features/OUTPAINTING.md +++ b/docs/features/OUTPAINTING.md @@ -25,9 +25,7 @@ To illustrate, consider this image generated with the prompt "fantasy portrait of eleven princess." It's nice, but rather annoying that the top of the head has been cropped off. -
- ![elven_princess]](../assets/outpainting/elven_princess.png) -
+![elven_princess](../assets/outpainting/elven_princess.png) We can fix that using the `!fix` command! @@ -38,9 +36,7 @@ dream> !fix my_images/elven_princess.png -D top 50 This is telling dream.py to open up a rectangle 50 pixels high at the top of the image and outpaint into it. The result is: -
- ![elven_princess.fixed]](../assets/outpainting/elven_princess.fixed.png) -
+![elven_princess.fixed](../assets/outpainting/elven_princess.outpainted.png) Viola! You can similarly specify `bottom`, `left` or `right` to outpaint into these margins.