summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-22 08:42:56 +0300
committerPaul Buetow <paul@buetow.org>2026-04-22 08:42:56 +0300
commitf9baad3a11e48a6d438d3e614e1ca1ee45c1547d (patch)
tree72db85faa6307b7b586d0ed982da977ad12c6e46 /README.md
parent15639ba3508ab92599bd1884ba07139c73b2dac0 (diff)
Fix manual prompt mode flags
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63aea84..4f65385 100644
--- a/README.md
+++ b/README.md
@@ -119,13 +119,13 @@ Useful flags:
- `--output` sets the root output directory
- `--prompt` generates a single image from a direct prompt and skips the story flow
- `--prompts-dir` overrides the prompt template directory
-- `--style` and `--theme` override story generation hints
+- `--style` and `--theme` override story generation hints and are also applied as context in manual prompt mode
- `--slug` forces the output folder name
- `--narrate` enables narration output
- `--narrator-voice` picks the Gemini narration voice
- `--text-provider`, `--image-provider`, `--tts-provider` override provider names
- `--text-model`, `--image-model`, `--image-text-model`, `--tts-model` override model IDs
-- `--ultra-realistic` and `--no-ultra-realistic` control the rendering mode
+- `--ultra-realistic` and `--no-ultra-realistic` control the rendering mode for both story and manual prompt mode
- `--version` prints the application version
Example:
@@ -148,3 +148,5 @@ 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`.
+
+Manual prompt mode can be combined with `--style`, `--theme`, and the ultra-realistic flags to shape the generated image prompt.