Unverified Commit c89cad2b authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

Merge pull request #9314 from Pluventi/master

Fix "Bug batch process"  on extras tab , even with a clean install of "stable diffusion webui"
parents 17cce456 3894609b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ def run_postprocessing(extras_mode, image, image_folder, input_dir, output_dir,
            else:
                image = Image.open(os.path.abspath(img.name))
                fn = os.path.splitext(img.orig_name)[0]

            image_data.append(image)
            image_names.append(fn)
    elif extras_mode == 2: