diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-22 00:24:27 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-22 00:24:27 +0300 |
| commit | e809e691649923b87ff4c13366069e69c67d2d7b (patch) | |
| tree | 6d529db99cd8ee4206ff74f67e44ed92d3efe2cf /internal/comic | |
| parent | d7c7f24385ca1f3a6a86eae5a5255384b4e79632 (diff) | |
Improve prompt variety for generated comic pages
Diffstat (limited to 'internal/comic')
| -rw-r--r-- | internal/comic/artist.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/comic/artist.go b/internal/comic/artist.go index a54c01a..b089769 100644 --- a/internal/comic/artist.go +++ b/internal/comic/artist.go @@ -345,6 +345,8 @@ func (a *Artist) galleryPromptData(style, bible string, galleryNum int) map[stri "ScriptName": localizedScriptName(a.script), "Style": localizedStylePrompt(style, a.language, a.script), "Bible": bible, + "GalleryNum": galleryNum, + "TotalGalleryPages": a.galleryPages, "Pose": galleryPoses[(galleryNum-1)%len(galleryPoses)], "RenderingRequirement": a.renderingRequirement(), "RenderingRequirementEnd": a.renderingRequirementEnd(), |
