From c9b3f65c2cde33016f55ebe4fedbc3f45fc66d2b Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Wed, 4 Jan 2023 00:42:51 +0300 Subject: [PATCH] add seam fix info in readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8e422..f837d90 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,17 @@ Or the same settings as for 4k Recommended upscaler: R-ESRGAN 4x+ -Do not use "Tile grid fix" if image haven't visible grid, it's just another redraw on grids borders. +There are 2 types of seam fix: **half tile offset pass** and **bands pass** + +Do not use seam fixes if image haven't visible grid, it's just another redraw passes. + +### Half tile offset pass +It adds 2 passes like redraw pass, but with a half-tile offset. One pass for rows with vertical gradient mask and one pass for columns with horizontal gradient mask. + +This pass covers bigger area than bands and mostly produces better result, but require more time. + +## Bands pass +It adds passes on just seams (rows and columns) and covers small area around them (*width* in ui). It requires less time than offset pass. # How to enable 4096 img width and height 1. Go to sd-webui folder