mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
hard-code strength to 0.9 during outcropping
This commit is contained in:
parent
59ef2471e1
commit
98f03053ba
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user