diff --git a/modules/img2img.py b/modules/img2img.py index a811e7a4b1b..5d69ee85349 100644 --- a/modules/img2img.py +++ b/modules/img2img.py @@ -115,7 +115,7 @@ def process_batch(p, input_dir, output_dir, inpaint_mask_dir, args, to_scale=Fal for n, processed_image in enumerate(proc.images): filename = image_path.stem - infotext = proc.infotext(p, n) + infotext = proc.infotext(p, 0) relpath = os.path.dirname(os.path.relpath(image, input_dir)) if n > 0: