feat(settings): add base model, author, and first tag option to download path templates

refactor(constants): reorder preset tag suggestions for consistency
This commit is contained in:
Will Miao
2025-09-15 12:23:46 +08:00
parent 26891e12a4
commit 1147725fd7
12 changed files with 23 additions and 5 deletions

View File

@@ -53,8 +53,8 @@ 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',
'realistic', 'anime', 'toon', 'furry',
'poses', 'background', 'tool', 'vehicle', 'buildings',
'character', 'concept', 'clothing',
'realistic', 'anime', 'toon', 'furry', 'style',
'poses', 'background', 'tool', 'vehicle', 'buildings',
'objects', 'assets', 'animal', 'action'
]