From 9e521960847d1d10582817721f86d569b3f3e63b Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 24 Jun 2023 13:38:02 -0500 Subject: [PATCH] note cropping process --- docs/user-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-guide.md b/docs/user-guide.md index 1852b7c9..29267274 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -591,6 +591,10 @@ _Note:_ The highres and VAE overlap parameters may be split up in the future. ##### 25% overlap +Stable Diffusion works best when generating full-size tiles in your selected [tile size](#tile-size-parameter). When +the overlap leads to tiles that partially fall outside of the image boundaries, they will be generated at full size +and cropped. These leads to some wasted pixels, but produces a more coherent image. + Before cropping: ![25% overlap causes the third tile to run off the right side of the image](overlap-25p.png)