mirror of
https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git
synced 2026-01-26 11:19:50 +00:00
fix band pass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user