mask blur in intersections pass

This commit is contained in:
Andrey Pavlov
2023-01-11 19:48:52 +03:00
parent 4ba17438d9
commit 83ed3555e0

View File

@@ -308,7 +308,8 @@ class USDUSeamsFix():
(self.tile_size, self.tile_size), resample=Image.BICUBIC)
gradient = ImageOps.invert(gradient)
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 xi in range(cols-1):