summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-21 23:12:52 +0300
committerPaul Buetow <paul@buetow.org>2026-04-21 23:12:52 +0300
commit3e99f5a75e14455aa75ca3a1dc7d08bd3e6f55fd (patch)
tree568bb781c0d71bdea58f5dc7192e6c5edec94c27 /README.md
parentd15846a2784d15c5043833874b6539b727555cb0 (diff)
u7: wire documented config knobs into runtime
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6ae69e..eea6533 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,24 @@ comic:
story_pages: 5
gallery_pages: 5
panels_per_page: 4
+ aspect_ratio: "16:9"
+ prompt_max_chars: 900
+ page_max_retries: 5
+ page_retry_base_seconds: 15
+
+story:
+ realistic_weight: 0.4
+
+styles:
+ comic:
+ - classic comic book with bold ink outlines
+ - graphic novel with dramatic shadows
+ realistic:
+ - ultra-realistic DSLR photography, cinematic 35mm lens
+ - cinematic realism with natural light
+
+narration:
+ chunk_words: 100
prompts_dir: ./prompts
```
@@ -118,4 +136,3 @@ comicforge \
```
The generated files are written under `out/comics/demo-comic/`.
-