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:
commit
c89cad2b9a
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user