Spaces:
baselqt
/
No application file

simswap55 / src /Misc /types.py
LB5's picture
Upload 45 files
22b8701
raw
history blame contribute delete
182 Bytes
from enum import Enum
class CheckpointType(Enum):
OFFICIAL_224 = "official_224"
UNOFFICIAL = "none"
class FaceAlignmentType(Enum):
FFHQ = "ffhq"
DEFAULT = "none"