feat: add creator search option and update related functionality across models and UI

This commit is contained in:
Will Miao
2025-08-06 18:32:57 +08:00
parent c74033b9c0
commit 2c6f9d8602
8 changed files with 31 additions and 2 deletions

View File

@@ -50,7 +50,8 @@ VALID_LORA_TYPES = ['lora', 'locon', 'dora']
# Civitai model tags in priority order for subfolder organization
CIVITAI_MODEL_TAGS = [
'character', 'style', 'concept', 'clothing', 'base model',
'character', 'style', 'concept', 'clothing',
# 'base model', # exclude 'base model'
'poses', 'background', 'tool', 'vehicle', 'buildings',
'objects', 'assets', 'animal', 'action'
]