File size: 689 Bytes
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", "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"
]