mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-07 11:07:53 +02:00
Rename typing to types
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import List
|
||||
import numpy
|
||||
from cv2.typing import Size
|
||||
|
||||
from facefusion.typing import VisionFrame
|
||||
from facefusion.types import VisionFrame
|
||||
|
||||
|
||||
def implode_pixel_boost(crop_vision_frame : VisionFrame, pixel_boost_total : int, model_size : Size) -> VisionFrame:
|
||||
|
||||
Reference in New Issue
Block a user