aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2024-01-02 04:08:32 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2024-01-02 04:08:32 +0000
commit980970d39091e572500434c69660bc6eed22498d (patch)
tree1d75e728c5a6dd242f25aa071931458a8cf33bb2 /modules
parent80873b1538e6ca0c7ebe558f8ce4213b06fd8307 (diff)
downloadstable-diffusion-webui-gfx803-980970d39091e572500434c69660bc6eed22498d.tar.gz
stable-diffusion-webui-gfx803-980970d39091e572500434c69660bc6eed22498d.tar.bz2
stable-diffusion-webui-gfx803-980970d39091e572500434c69660bc6eed22498d.zip
final touches
Diffstat (limited to 'modules')
-rw-r--r--modules/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 4cdb0e9c..7116d71c 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -843,7 +843,7 @@ def create_ui():
(inpainting_mask_invert, 'Mask mode'),
(inpainting_fill, 'Masked content'),
(inpaint_full_res, 'Inpaint area'),
- (inpaint_full_res_padding, 'Only masked padding, pixels'),
+ (inpaint_full_res_padding, 'Masked area padding'),
*scripts.scripts_img2img.infotext_fields
]
parameters_copypaste.add_paste_fields("img2img", init_img, img2img_paste_fields, override_settings)