Added UI elements to control blending parameters.

This commit is contained in:
CodeHatchling
2023-11-28 16:15:36 -07:00
parent a6e5846453
commit debf836fcc
7 changed files with 82 additions and 5 deletions

View File

@@ -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": {},