From f9baad3a11e48a6d438d3e614e1ca1ee45c1547d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 22 Apr 2026 08:42:56 +0300 Subject: Fix manual prompt mode flags --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3