From 3e99f5a75e14455aa75ca3a1dc7d08bd3e6f55fd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 21 Apr 2026 23:12:52 +0300 Subject: u7: wire documented config knobs into runtime --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'README.md') 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/`. - -- cgit v1.2.3