summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-23 09:39:50 +0300
committerPaul Buetow <paul@buetow.org>2026-04-23 09:39:50 +0300
commitb831b6bff98ceb4fbe992640a857d27501763b40 (patch)
tree5f64402a4592e47dbe40a62d596c2da637162e4c /README.md
parent1834c8886b15aa3b868e988c185ac5c344392886 (diff)
Add new style families and regenerate style/theme montage.
This adds pulp, mecha, pixel-art, ink-wash, and clay style pools across config defaults, style selection, and CLI/runner wiring, and extends tests to cover the new modes. It also updates the stylegrid tooling/docs and regenerates the all-styles-and-themes reference image with labeled examples. Made-with: Cursor
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 819da09..daa6b05 100644
--- a/README.md
+++ b/README.md
@@ -232,3 +232,15 @@ comicforge --prompt "a robot reading a newspaper" --output out --slug manual-rob
This writes a single image to `out/comics/assets/manual-robot/prompt.png`. Without `--slug`, ComicForge asks the text model for a short title and uses that as the directory slug, with a short deterministic fallback if title generation fails.
Manual prompt mode can be combined with `--style`, `--theme`, `--page-format`, `--aspect-ratio`, and the ultra-realistic flags to shape the generated image prompt (page-shape flags affect the image API and the manual prompt template; PDF flags have no effect because no PDF is built).
+
+### Style and theme reference sheet (`stylegrid`)
+
+To compare **every** line in `styles.*` plus **every** `story.genres` entry on one montage (shared test scene, header above each cell), use the helper command. It calls the configured image provider once per cell and requires ImageMagick **`montage`** as well as **`convert`**.
+
+```bash
+go run ./cmd/stylegrid --config config.yaml --output stylegrid.png
+```
+
+Flags: `--scene` (override the shared scene), `--aspect-ratio` (default `16:9`), `--timeout` (default 45m). With default `config` this produces **14** style variants + **3** genre panels = **17** images. Regenerate after editing style or genre lists in YAML.
+
+`mage stylegrid` writes `stylegrid.png` in the repo root via the same command.