Update reactor_swapper.py

This commit is contained in:
jiveabillion 2023-11-19 19:11:07 -05:00 committed by GitHub
parent 67bcfdb16c
commit 16b47606f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@ import copy
import os
from dataclasses import dataclass
from typing import List, Union
from typing import Tuple
import cv2
import numpy as np
from PIL import Image
from insightface.app.common import Face as IFace
import insightface
from scripts.reactor_helpers import get_image_md5hash, get_Device