Commit c89cad2b authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

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
...@@ -24,7 +24,6 @@ def run_postprocessing(extras_mode, image, image_folder, input_dir, output_dir, ...@@ -24,7 +24,6 @@ def run_postprocessing(extras_mode, image, image_folder, input_dir, output_dir,
else: else:
image = Image.open(os.path.abspath(img.name)) image = Image.open(os.path.abspath(img.name))
fn = os.path.splitext(img.orig_name)[0] fn = os.path.splitext(img.orig_name)[0]
image_data.append(image) image_data.append(image)
image_names.append(fn) image_names.append(fn)
elif extras_mode == 2: elif extras_mode == 2:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment