From 5874b81c23a59537d0eca726e30e133edda9ee3d Mon Sep 17 00:00:00 2001 From: Symbiomatrix Date: Tue, 3 Oct 2023 17:30:43 +0300 Subject: [PATCH] Add setting for batch frames. --- modules/shared.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/shared.py b/modules/shared.py index d69f0ff3b..35007e27e 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -506,6 +506,8 @@ options_templates.update(options_section(('saving-paths', "Image Naming & Paths" "saving_sep_images": OptionInfo("

Images

", "", gr.HTML), "save_images_add_number": OptionInfo(True, "Add number to filename when saving", component_args=hide_dirs), "use_original_name_batch": OptionInfo(True, "Use original name for output filename during batch process"), + # SBM Batch frame mode. + "batch_frame_mode": OptionInfo(False, "Use batchsize to process multiple images in batch mode"), "use_upscaler_name_as_suffix": OptionInfo(True, "Use upscaler name as filename suffix in the extras tab"), "samples_filename_pattern": OptionInfo("[seq]-[prompt_words]", "Images filename pattern", component_args=hide_dirs),