diff --git a/ldm/invoke/restoration/outcrop.py b/ldm/invoke/restoration/outcrop.py index 8bc913f9cf..3181983ce3 100644 --- a/ldm/invoke/restoration/outcrop.py +++ b/ldm/invoke/restoration/outcrop.py @@ -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,