diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-22 08:42:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-22 08:42:56 +0300 |
| commit | f9baad3a11e48a6d438d3e614e1ca1ee45c1547d (patch) | |
| tree | 72db85faa6307b7b586d0ed982da977ad12c6e46 /README.md | |
| parent | 15639ba3508ab92599bd1884ba07139c73b2dac0 (diff) | |
Fix manual prompt mode flags
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |
