mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 19:22:32 +00:00
Tweaked default values.
This commit is contained in:
@@ -1350,8 +1350,8 @@ class StableDiffusionProcessingImg2Img(StableDiffusionProcessing):
|
||||
mask_blur_y: int = 4
|
||||
mask_blur: int = None
|
||||
mask_blend_power: float = 1
|
||||
mask_blend_scale: float = 1
|
||||
inpaint_detail_preservation: float = 16
|
||||
mask_blend_scale: float = 0.5
|
||||
inpaint_detail_preservation: float = 4
|
||||
inpainting_fill: int = 0
|
||||
inpaint_full_res: bool = True
|
||||
inpaint_full_res_padding: int = 0
|
||||
|
Reference in New Issue
Block a user