mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-10 11:11:26 -08:00
Added UI elements to control blending parameters.
This commit is contained in:
parent
a6e5846453
commit
debf836fcc
7 changed files with 82 additions and 5 deletions
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue