mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-01 13:59:47 +00:00
fix outpaint in inpaint_only+lama
the problem in inpaint_only+lama+"Resize and Fill" is fixed now. SDXL+inpaint_only+lama+"Resize and Fill"+inpaint_fooocus_v26+"stop at 0.5 or 0.6" can be used as one SOTA outpaint method now
This commit is contained in:
@@ -33,6 +33,7 @@ class Preprocessor:
|
||||
self.corp_image_with_a1111_mask_when_in_img2img_inpaint_tab = True
|
||||
self.fill_mask_with_one_when_resize_and_fill = False
|
||||
self.use_soft_projection_in_hr_fix = False
|
||||
self.expand_mask_when_resize_and_fill = False
|
||||
|
||||
def setup_model_patcher(self, model, load_device=None, offload_device=None, dtype=torch.float32, **kwargs):
|
||||
if load_device is None:
|
||||
|
||||
Reference in New Issue
Block a user