feat(constants): update model tags to include 'realistic', 'anime', 'toon', and 'furry'

This commit is contained in:
Will Miao
2025-09-05 19:53:29 +08:00
parent 4c4e6d7a7b
commit 52d23d9b75
3 changed files with 4 additions and 159 deletions

View File

@@ -54,7 +54,7 @@ AUTO_ORGANIZE_BATCH_SIZE = 50 # Process models in batches to avoid overwhelming
# Civitai model tags in priority order for subfolder organization
CIVITAI_MODEL_TAGS = [
'character', 'style', 'concept', 'clothing',
# 'base model', # exclude 'base model'
'realistic', 'anime', 'toon', 'furry',
'poses', 'background', 'tool', 'vehicle', 'buildings',
'objects', 'assets', 'animal', 'action'
]