From d2f931808483b88313e51b5866309527b8129808 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Thu, 12 Jan 2023 16:51:36 +0300 Subject: [PATCH] fix band pass --- scripts/ultimate-upscale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ultimate-upscale.py b/scripts/ultimate-upscale.py index 81456fe..5cc4899 100644 --- a/scripts/ultimate-upscale.py +++ b/scripts/ultimate-upscale.py @@ -353,7 +353,7 @@ class USDUSeamsFix(): for xi in range(1, cols): if state.interrupted: break - p.width = self._width + self.padding * 2 + p.width = self.width + self.padding * 2 p.height = image.height p.inpaint_full_res = True p.inpaint_full_res_padding = self.padding