Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
LB5
/
simswap55
like
0
Configuration error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
simswap55
/
src
/
Misc
/
types.py
LB5
Upload 45 files
22b8701
over 3 years ago
Raw
Download with hf CLI
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"