fix(tagger): model-neutral session log; changelog for JoyTag

create_tagger_session is shared by both models but logged "WD tagger: using
CPU execution provider" even when loading JoyTag. Make the CPU/DirectML
session logs model-neutral. Add the JoyTag tagging-model picker to the
changelog now that it's runtime-verified.
This commit is contained in:
2026-06-29 10:08:55 +01:00
parent 705f8c2e56
commit 1685134116
4 changed files with 13 additions and 5 deletions
+6
View File
@@ -42,6 +42,12 @@ aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
changes grouped into collapsible Added / Changed / Fixed sections.
- **Build badge in Settings** — the version line in Settings → Updates now shows
whether the running build is the CPU or CUDA (GPU-accelerated) variant.
- **Choose your tagging model** — Settings → AI Workspace now lets you switch the
AI tagger between the WD tagger (anime-focused) and **JoyTag**, which also
handles photographic content and is stronger on NSFW concepts — a better fit
for real-photo libraries. Each model downloads on demand, and tags are
attributed to the model that produced them. JoyTag has no built-in rating, so
its explicitness rating is derived from its tags.
### Changed