Spaces:
baselqt
/
No application file

File size: 182 Bytes
22b8701
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
from enum import Enum


class CheckpointType(Enum):
    OFFICIAL_224 = "official_224"
    UNOFFICIAL = "none"


class FaceAlignmentType(Enum):
    FFHQ = "ffhq"
    DEFAULT = "none"