From 3cdfedc649c63c59548360a9038b646d6c0f475c Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 31 Oct 2022 01:54:32 -0400 Subject: [PATCH] hard-code strength to 0.9 during outcropping --- ldm/invoke/restoration/outcrop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,