From 3a9a0f017b6c96fb045da53dfe4a06202f8c542c Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 14 Oct 2023 18:20:41 +0200 Subject: [PATCH] Swap and paste back without insightface --- facefusion/face_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facefusion/face_helper.py b/facefusion/face_helper.py index 9a91279b..fa0bfdeb 100644 --- a/facefusion/face_helper.py +++ b/facefusion/face_helper.py @@ -1,4 +1,4 @@ -from typing import Tuple, Dict, Sequence +from typing import Tuple, Dict import cv2 import numpy