From f904b24a1acbc9212a20a01dd5503aae5b96be40 Mon Sep 17 00:00:00 2001 From: Symbiomatrix Date: Tue, 3 Oct 2023 17:44:08 +0300 Subject: [PATCH] Missed line. --- modules/img2img.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/img2img.py b/modules/img2img.py index 399a1f837..841ace038 100644 --- a/modules/img2img.py +++ b/modules/img2img.py @@ -75,6 +75,8 @@ def process_batch(p, input_files, input_dir, output_dir, inpaint_mask_dir, args) batch_mask_images = batch_mask_images * btcrept p.image_mask = batch_mask_images + batch_image_files = batch_image_files * btcrept # List used for naming later. + proc = modules.scripts.scripts_img2img.run(p, *args) if proc is None: proc = processing.process_images(p)