You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/shared_options.py
+1
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,7 @@
189
189
"img2img_inpaint_sketch_default_brush_color": OptionInfo("#ffffff", "Inpaint sketch initial brush color", ui_components.FormColorPicker, {}).info("default brush color of img2img inpaint sketch").needs_reload_ui(),
190
190
"return_mask": OptionInfo(False, "For inpainting, include the greyscale mask in results for web"),
191
191
"return_mask_composite": OptionInfo(False, "For inpainting, include masked composite in results for web"),
192
+
"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'),
0 commit comments