fix inpaint overlay

This commit is contained in:
Vladimir Mandic
2023-12-22 07:34:14 -05:00
parent 0471f549f0
commit ec0a08c4db
3 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -554,7 +554,7 @@ options_templates.update(options_section(('postprocessing', "Postprocessing"), {
"postprocessing_sep_img2img": OptionInfo("<h2>Img2Img & Inpainting</h2>", "", gr.HTML),
"img2img_color_correction": OptionInfo(False, "Apply color correction"),
"img2img_apply_overlay": OptionInfo(False, "Apply result as overlay"),
# "img2img_apply_overlay": OptionInfo(False, "Apply result as overlay"),
"img2img_fix_steps": OptionInfo(False, "For image processing do exact number of steps as specified", gr.Checkbox, { "visible": False }),
"img2img_background_color": OptionInfo("#ffffff", "Image transparent color fill", ui_components.FormColorPicker, {}),
"inpainting_mask_weight": OptionInfo(1.0, "Inpainting conditioning mask strength", gr.Slider, {"minimum": 0.0, "maximum": 1.0, "step": 0.01}),