mirror of
https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git
synced 2026-05-01 11:41:38 +00:00
mask blur in intersections pass
This commit is contained in:
@@ -308,7 +308,8 @@ class USDUSeamsFix():
|
|||||||
(self.tile_size, self.tile_size), resample=Image.BICUBIC)
|
(self.tile_size, self.tile_size), resample=Image.BICUBIC)
|
||||||
gradient = ImageOps.invert(gradient)
|
gradient = ImageOps.invert(gradient)
|
||||||
p.denoising_strength = self.denoise
|
p.denoising_strength = self.denoise
|
||||||
p.mask_blur = 0
|
#p.mask_blur = 0
|
||||||
|
p.mask_blur = self.mask_blur
|
||||||
|
|
||||||
for yi in range(rows-1):
|
for yi in range(rows-1):
|
||||||
for xi in range(cols-1):
|
for xi in range(cols-1):
|
||||||
|
|||||||
Reference in New Issue
Block a user