From a2a9b78dac7db12e50596897adbbec31b8858eca Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 6 Mar 2025 13:34:29 +0100 Subject: [PATCH] More adjustments --- face_swapper/src/types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/face_swapper/src/types.py b/face_swapper/src/types.py index 34ebe12..a1f041b 100644 --- a/face_swapper/src/types.py +++ b/face_swapper/src/types.py @@ -18,6 +18,8 @@ GazerModule : TypeAlias = Module MotionExtractorModule : TypeAlias = Module Config : TypeAlias = Dict[str, Any] +ConfigSet : TypeAlias = Dict[str, Config] + OptimizerSet : TypeAlias = Any WarpTemplate = Literal['vgg_face_hq_to_arcface_128_v2', 'arcface_128_v2_to_arcface_112_v2']