mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 13:19:54 +00:00
Added UI elements to control blending parameters.
This commit is contained in:
@@ -24,6 +24,9 @@ def simple_img2img_request(img2img_basic_image_base64):
|
||||
"inpainting_mask_invert": False,
|
||||
"mask": None,
|
||||
"mask_blur": 4,
|
||||
"mask_blend_power": 1,
|
||||
"mask_blend_scale": 1,
|
||||
"mask_blend_offset": 0,
|
||||
"n_iter": 1,
|
||||
"negative_prompt": "",
|
||||
"override_settings": {},
|
||||
|
Reference in New Issue
Block a user