Merge pull request #9314 from Pluventi/master

Fix "Bug batch process"  on extras tab , even with a clean install of "stable diffusion webui"
This commit is contained in:
AUTOMATIC1111 2023-04-29 17:02:24 +03:00 committed by GitHub
commit c89cad2b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: