This commit is contained in:
Vladimir Mandic
2024-08-29 14:19:24 -04:00
parent 694acce774
commit be0ea62c1b
-1
View File
@@ -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)}')