civitai-archiver / civitai_constants.py
LPX55's picture
Update civitai_constants.py
792c5ff verified
raw
history blame
816 Bytes
# 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"
]