mirror of
https://github.com/facefusion/facefusion-comfyui.git
synced 2026-07-11 10:13:41 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from typing import Any, Dict, Literal, Type, TypeAlias
|
||||
|
||||
NodeInputTypes : TypeAlias = Dict[str, Any]
|
||||
NodeClassMapping : TypeAlias = Dict[str, Type]
|
||||
NodeDisplayNameMapping : TypeAlias = Dict[str, str]
|
||||
|
||||
Image : TypeAlias = Any
|
||||
|
||||
FaceSwapperModel = Literal['hyperswap_1a_256', 'hyperswap_1b_256', 'hyperswap_1c_256']
|
||||
Reference in New Issue
Block a user