"return_mask":OptionInfo(False,"For inpainting, include the greyscale mask in results for web"),
"return_mask":OptionInfo(False,"For inpainting, include the greyscale mask in results for web"),
"return_mask_composite":OptionInfo(False,"For inpainting, include masked composite in results for web"),
"return_mask_composite":OptionInfo(False,"For inpainting, include masked composite in results for web"),
"img2img_batch_show_results_limit":OptionInfo(32,"Show the first N batch img2img results in UI",gr.Slider,{"minimum":-1,"maximum":1000,"step":1}).info('0: disable, -1: show all images. Too many images can cause lag'),
"img2img_batch_show_results_limit":OptionInfo(32,"Show the first N batch img2img results in UI",gr.Slider,{"minimum":-1,"maximum":1000,"step":1}).info('0: disable, -1: show all images. Too many images can cause lag'),
"overlay_inpaint":OptionInfo(True,"Overlay original for inpaint").info("when inpainting, overlay the original image over the areas that weren't inpainted."),