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

@@ -240,6 +240,7 @@
"baseModelFirstTag": "Base Model + First Tag",
"baseModelAuthor": "Base Model + Author",
"authorFirstTag": "Author + First Tag",
"baseModelAuthorFirstTag": "Base Model + Author + First Tag",
"customTemplate": "Custom Template"
},
"customTemplatePlaceholder": "Enter custom template (e.g., {base_model}/{author}/{first_tag})",