Missed line.

This commit is contained in:
Symbiomatrix
2023-10-03 17:44:08 +03:00
committed by GitHub
parent bb201475a9
commit f904b24a1a
+2
View File
@@ -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)