mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
chore(priority-tags): add newline terminator
This commit is contained in:
@@ -194,10 +194,16 @@ export const BASE_MODEL_CATEGORIES = {
|
||||
]
|
||||
};
|
||||
|
||||
// Preset tag suggestions
|
||||
export const PRESET_TAGS = [
|
||||
// Default priority tag entries for fallback suggestions and initial settings
|
||||
export const DEFAULT_PRIORITY_TAG_ENTRIES = [
|
||||
'character', 'concept', 'clothing',
|
||||
'realistic', 'anime', 'toon', 'furry', 'style',
|
||||
'poses', 'background', 'vehicle', 'buildings',
|
||||
'objects', 'animal'
|
||||
'poses', 'background', 'tool', 'vehicle', 'buildings',
|
||||
'objects', 'assets', 'animal', 'action'
|
||||
];
|
||||
|
||||
export const DEFAULT_PRIORITY_TAG_CONFIG = {
|
||||
lora: DEFAULT_PRIORITY_TAG_ENTRIES.join(', '),
|
||||
checkpoint: DEFAULT_PRIORITY_TAG_ENTRIES.join(', '),
|
||||
embedding: DEFAULT_PRIORITY_TAG_ENTRIES.join(', ')
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user