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

@@ -189,7 +189,8 @@ export const BASE_MODEL_CATEGORIES = {
// Preset tag suggestions
export const PRESET_TAGS = [
'character', 'style', 'concept', 'clothing',
'poses', 'background', 'vehicle', 'buildings',
'character', 'style', 'concept', 'clothing',
'realistic', 'anime', 'toon', 'furry',
'poses', 'background', 'vehicle', 'buildings',
'objects', 'animal'
];