diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-04 13:32:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-04 13:32:46 +0300 |
| commit | 760da569cff09bd2ea4ca92b2af14c643505d98e (patch) | |
| tree | 4564d8bfbe78f3773b6a4f6a0ec98dd8212417c3 /internal/version.go | |
| parent | 49d79f4cc718f08d89dea117210b5d14ddc437f3 (diff) | |
feat: use photography-only style pool for ultra-realistic mode, update READMEv0.17.0
Ultra-realistic mode now picks from a dedicated realisticStyles pool
(DSLR photography, cinematic stills, hyper-realistic) instead of the
comicStyles pool. This prevents "comic strip" language from dominating
the model's output when photorealistic rendering is requested.
README updated: 12-page comic count (5 gallery pages), rendering mode
description clarified to show both pools and the 50/50 random default.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 2350872..9f7173a 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.16.0" +const Version = "0.17.0" |
