mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
sort extra networks depth-first
This commit is contained in:
@@ -35,7 +35,8 @@ def run_postprocessing(extras_mode, image, image_folder: List[tempfile.NamedTemp
|
||||
for filename in image_list:
|
||||
try:
|
||||
image = Image.open(filename)
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
shared.log.error(f'Failed to open image: {filename} {e}')
|
||||
continue
|
||||
image_data.append(image)
|
||||
image_names.append(filename)
|
||||
|
||||
Reference in New Issue
Block a user