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
"show_progress_every_n_steps": OptionInfo(0, "Show image creation progress every N sampling steps. Set 0 to disable.", gr.Slider, {"minimum": 0, "maximum": 32, "step": 1}),
362
+
"show_progress_every_n_steps": OptionInfo(0, "Show image creation progress every N sampling steps. Set to 0 to disable. Set to -1 to show after completion of batch.", gr.Slider, {"minimum": -1, "maximum": 32, "step": 1}),
356
363
"show_progress_grid": OptionInfo(True, "Show previews of all images generated in a batch as a grid"),
357
364
"return_grid": OptionInfo(True, "Show grid in results for web"),
358
365
"do_not_show_images": OptionInfo(False, "Do not show any images in results for web"),
0 commit comments