diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-06 16:29:21 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-06 16:29:21 +0300 |
| commit | 4721d82036bf572b927c36b1df5f3202236d4471 (patch) | |
| tree | 259fa8025b14b7bb9ca0b55ec6211273cbde9cc0 /README.md | |
| parent | df87a6af7bf1beea8dcc8bbeb5f299025cb2e8f4 (diff) | |
feat: add --ultra-realistic flag to force photorealistic rendering, v0.24.0v0.24.0
Previously only --no-ultra-realistic existed (to force standard comic style).
--ultra-realistic now forces photorealistic panels instead of the random 50/50 pick.
storyUltraRealistic() updated to handle three states: forced-on, forced-off, random.
README updated with --ultra-realistic example.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -40,7 +40,7 @@ It has mainly been vibe coded using Claude Code CLI. - All human characters are adults; story genre/setting driven by `--story-theme` - Produces **12 pages** per comic: cover + 5 story pages (2×2 panel grid) + 5 gallery pages (close-up character art) + back cover - All output saved under `comics/<title-slug>/` with files named `<slug>_*.png` - - **Rendering mode** chosen randomly 50/50 each run; force standard with `--no-ultra-realistic`: + - **Rendering mode** chosen randomly 50/50 each run; force with `--ultra-realistic` or `--no-ultra-realistic`: - *Ultra-realistic*: photography-language style prompt (DSLR, cinematic stills, hyper-realistic) + mandatory photorealistic rendering requirement — produces near-photographic panels - *Standard comic*: comic art style pool (90% "ultra realistic comic strip", 10% manga / watercolor / noir / pop-art etc.) - Art style override: `--story-style` replaces the random pick for both modes @@ -204,6 +204,9 @@ Key features: totalrecall --story words.txt --story-style "Japanese manga with clean linework and speed lines" totalrecall --story words.txt --story-style "retro 1960s pop art in the style of Roy Lichtenstein" + # Force ultra-realistic photorealistic mode + totalrecall --story words.txt --ultra-realistic + # Force standard comic style (default is random 50/50 between ultra-realistic and standard) totalrecall --story words.txt --no-ultra-realistic |
