aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
diff options
context:
space:
mode:
authord8ahazard <d8ahazard@gmail.com>2022-09-30 17:51:57 +0000
committerd8ahazard <d8ahazard@gmail.com>2022-09-30 17:51:57 +0000
commit3665551b120d86a11d7eefa0dc33ecce812a2c94 (patch)
tree7adb84216a59ca46622d1422553ec961c8f7ad3c /modules/ui.py
parent8f1d412e7bcd279c3c49b0153def0e3d6d941e5a (diff)
parent2162be514a5af4af56118e744c33de363e7bd97e (diff)
downloadstable-diffusion-webui-gfx803-3665551b120d86a11d7eefa0dc33ecce812a2c94.tar.gz
stable-diffusion-webui-gfx803-3665551b120d86a11d7eefa0dc33ecce812a2c94.tar.bz2
stable-diffusion-webui-gfx803-3665551b120d86a11d7eefa0dc33ecce812a2c94.zip
Merge branch 'master' of https://github.com/d8ahazard/stable-diffusion-webui
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index ada9a38e..249b3eea 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -599,7 +599,7 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo, run_modelmerger):
mask_mode = gr.Radio(label="Mask mode", show_label=False, choices=["Draw mask", "Upload mask"], type="index", value="Draw mask", elem_id="mask_mode")
inpainting_mask_invert = gr.Radio(label='Masking mode', show_label=False, choices=['Inpaint masked', 'Inpaint not masked'], value='Inpaint masked', type="index")
- inpainting_fill = gr.Radio(label='Masked content', choices=['fill', 'original', 'latent noise', 'latent nothing'], value='fill', type="index")
+ inpainting_fill = gr.Radio(label='Masked content', choices=['fill', 'original', 'latent noise', 'latent nothing'], value='original', type="index")
with gr.Row():
inpaint_full_res = gr.Checkbox(label='Inpaint at full resolution', value=False)