Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#9314 from Pluventi/master
Browse files Browse the repository at this point in the history
Fix "Bug batch process"  on extras tab , even with a clean install of "stable diffusion webui"
  • Loading branch information
AUTOMATIC1111 authored Apr 29, 2023
2 parents 17cce45 + 3894609 commit c89cad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c89cad2

Please sign in to comment.