From 7434b3ebccd7498645ee620413422e3e0beb3cf4 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 30 Aug 2022 21:51:30 +0300 Subject: updated interface to use Blocks added mode toggle for img2img added inpainting to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e91915ac..e2d17829 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,10 @@ To use this feature, tick a checkbox in the img2img interface. Original image will be upscaled to twice the original width and height, while width and height sliders will specify the size of individual tiles. At the moment this method does not support batch size. +Rcommended parameters for upscaling: + - Sampling method: Euler a + - Denoising strength: 0.2, can go up to 0.4 if you feel adventureous + ![](images/sd-upscale.jpg) ### User scripts @@ -261,4 +265,7 @@ compared to normal operation on my RTX 3090. This is an independent implementation that does not require any modification to original Stable Diffusion code, and with all code concenrated in one place rather than scattered around the program. +### Inpainting +In img2img tab, draw a mask over a part of image, and that part will be in-painted. +![](images/inpainting.png) \ No newline at end of file -- cgit v1.2.3