diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-21 23:12:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-21 23:12:52 +0300 |
| commit | 3e99f5a75e14455aa75ca3a1dc7d08bd3e6f55fd (patch) | |
| tree | 568bb781c0d71bdea58f5dc7192e6c5edec94c27 /README.md | |
| parent | d15846a2784d15c5043833874b6539b727555cb0 (diff) | |
u7: wire documented config knobs into runtime
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -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/`. - |
