mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-27 15:20:50 -07:00
Tweaked default values.
This commit is contained in:
parent
284fd8f415
commit
c7a1ff8720
3 changed files with 6 additions and 6 deletions
|
|
@ -25,8 +25,8 @@ def simple_img2img_request(img2img_basic_image_base64):
|
|||
"mask": None,
|
||||
"mask_blur": 4,
|
||||
"mask_blend_power": 1,
|
||||
"mask_blend_scale": 1,
|
||||
"inpaint_detail_preservation": 16,
|
||||
"mask_blend_scale": 0.5,
|
||||
"inpaint_detail_preservation": 4,
|
||||
"n_iter": 1,
|
||||
"negative_prompt": "",
|
||||
"override_settings": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue