File size: 816 Bytes
c441f1b 792c5ff c441f1b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# CivitAI API Constants
TYPE = [
"Checkpoint", "TextualInversion", "Hypernetwork", "AestheticGradient",
"LORA", "LoCon", "DoRA", "Controlnet", "Upscaler", "Motion", "VAE",
"Poses", "Wildcards", "Workflows", "Other"
]
FILETYPE = [
"Model", "VAE", "Config", "Training Data"
]
BASEMODEL = [
"Pony", "Illustrious", "SDXL 1.0", "SD 1.5", "Flux.1 D", "Flux.1 S",
"SD 3.5", "CogVideoX", "SVD", "SVD XT", "Wan Video", "Wan Video 14B i2v 720p","Wan Video 14B i2v 480p","Wan Video 14B t2v","Wan Video 1.3B t2v","Hunyuan Video","CogVideoX","LTXV", "Mochi", "LTXV",
"Hunyuan Video", "HiDream", "Other"
]
SORT = [
"Highest Rated", "Most Downloaded", "Most Liked", "Most Discussed",
"Most Collected", "Most Buzz", "Newest"
]
PERIOD = [
"AllTime", "Year", "Month", "Week", "Day"
] |