mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-06 15:51:33 -08:00
fix inpaint only masked
This commit is contained in:
parent
1da4907927
commit
0d7a17add5
3 changed files with 46 additions and 1 deletions
|
|
@ -226,6 +226,7 @@ options_templates.update(options_section(('img2img', "img2img", "sd"), {
|
|||
"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'),
|
||||
"overlay_inpaint": OptionInfo(True, "Overlay original for inpaint").info("when inpainting, overlay the original image over the areas that weren't inpainted."),
|
||||
"integer_only_masked": OptionInfo(False, "Integer upscale in inpaint only masked").info("Correct inpaint padding for only masked to have integer upscaling after fitting cropped region in original image"),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('optimizations', "Optimizations", "sd"), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue