Spaces:
Sleeping
Sleeping
| # 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" | |
| ] |