hard-code strength to 0.9 during outcropping

This commit is contained in:
Lincoln Stein 2022-10-31 01:54:32 -04:00
parent 59ef2471e1
commit 98f03053ba

View File

@ -40,7 +40,7 @@ class Outcrop(object):
width = extended_image.width,
height = extended_image.height,
init_img = extended_image,
strength = 0.99,
strength = 0.90,
image_callback = wrapped_callback,
seam_size = opt.seam_size or 96,
seam_blur = opt.seam_blur or 16,