From e5cd2fcfcfef7568b1947e4071afd53645c51e65 Mon Sep 17 00:00:00 2001 From: 3chospirits <3chospirits@gmail.com> Date: Mon, 17 Oct 2022 23:16:54 -0400 Subject: [PATCH] Fix typos/grammar --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1fab5b9..6f69578 100644 --- a/README.md +++ b/README.md @@ -36,16 +36,16 @@ Options for inpainting: - change mode (to the bottom right of the picture) to "Upload mask" and choose a separate black and while image for mask (white=inpaint). ##### Masked content -Masked content field determines content is placed to put into the masked regions before thet are inpainted. +Masked content field determines content that is placed into the masked regions before inpainting. | mask | fill | original | latent noise | latent nothing | |-------------------------------------------------|-------------------------------------------------|-----------------------------------------------------|---------------------------------------------------------|-----------------------------------------------------------| | ![](images/inpainting-initial-content-mask.png) | ![](images/inpainting-initial-content-fill.png) | ![](images/inpainting-initial-content-original.png) | ![](images/inpainting-initial-content-latent-noise.png) | ![](images/inpainting-initial-content-latent-nothing.png) | ##### Inpaint at full resolution -Normally, inpaiting resizes the image to target resolution specified in the UI. With Inpaint at full resolution -enabled, only the masked region is resized, and after processing it is pasted back to the original picture. -This allows you to work with large pictures, and allows to render the inpained object at a much larger resolution. +Normally, inpainting resizes the image to target resolution specified in the UI. With Inpaint at full resolution +enabled, only the masked region is resized, and after processing, it is pasted back to the original picture. +This allows you to work with large pictures, and allows to render the inpainted object at a much larger resolution. | Input | Inpaint normal | Inpaint at whole resolution |