mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
cleanup
This commit is contained in:
@@ -91,7 +91,6 @@ def crop_images(images, crops):
|
||||
if len(faces) > 0:
|
||||
cropped.append(faces[0].face)
|
||||
if len(cropped) == len(images[i]):
|
||||
print('HERE0')
|
||||
images[i] = cropped
|
||||
else:
|
||||
shared.log.error(f'IP adapter: failed to crop image: source={len(images[i])} faces={len(cropped)}')
|
||||
|
||||
Reference in New Issue
Block a user