fix: filter noisy AI tags

Add an editable AI tag removal list and apply it to WD/JoyTag output before tags are stored. Clean existing generated AI tags during database migration while leaving manual user tags untouched.
This commit is contained in:
2026-06-29 11:24:21 +01:00
parent 1685134116
commit e4a63c8bb0
4 changed files with 90 additions and 4 deletions
+1
View File
@@ -1,3 +1,4 @@
mod ai_tag_filter;
mod captioner;
mod color;
mod commands;