Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LB5/simswap55
baselqt
/
simswap55
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
simswap55
/
src
/
Misc
/
types.py
LB5
Upload 45 files
22b8701
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
from
enum
import
Enum
class
CheckpointType
(
Enum
):
OFFICIAL_224 =
"official_224"
UNOFFICIAL =
"none"
class
FaceAlignmentType
(
Enum
):
FFHQ =
"ffhq"
DEFAULT =
"none"