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/config/config_test.go | |
| parent | d7c7f24385ca1f3a6a86eae5a5255384b4e79632 (diff) | |
Improve prompt variety for generated comic pages
Diffstat (limited to 'internal/config/config_test.go')
| -rw-r--r-- | internal/config/config_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/config/config_test.go b/internal/config/config_test.go index e27906d..60152be 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -210,6 +210,8 @@ func TestEmbeddedPromptTemplatesRender(t *testing.T) { "BlurbBox": "правоъгълно текстово поле с кратък текст", "SeriesTitle": "КомиксФордж Приключения", "Pose": "extreme close-up portrait", + "GalleryNum": 1, + "TotalGalleryPages": 5, } for _, name := range []string{ |
