summaryrefslogtreecommitdiff
path: root/internal/comic
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-22 00:24:27 +0300
committerPaul Buetow <paul@buetow.org>2026-04-22 00:24:27 +0300
commite809e691649923b87ff4c13366069e69c67d2d7b (patch)
tree6d529db99cd8ee4206ff74f67e44ed92d3efe2cf /internal/comic
parentd7c7f24385ca1f3a6a86eae5a5255384b4e79632 (diff)
Improve prompt variety for generated comic pages
Diffstat (limited to 'internal/comic')
-rw-r--r--internal/comic/artist.go2
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(),