feat: Add Civitai model tags for prioritized subfolder organization in download manager

This commit is contained in:
Will Miao
2025-07-12 10:32:15 +08:00
parent 0dbb76e8c8
commit 7e0df4d718
2 changed files with 24 additions and 5 deletions

View File

@@ -46,4 +46,11 @@ SUPPORTED_MEDIA_EXTENSIONS = {
}
# Valid Lora types
VALID_LORA_TYPES = ['lora', 'locon', 'dora']
VALID_LORA_TYPES = ['lora', 'locon', 'dora']
# Civitai model tags in priority order for subfolder organization
CIVITAI_MODEL_TAGS = [
'character', 'style', 'concept', 'clothing', 'base model',
'poses', 'background', 'tool', 'vehicle', 'buildings',
'objects', 'assets', 'animal', 'action'
]