You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ Release notes are generated from this file. Keep changelog entries in English.
4
4
5
5
## Unreleased
6
6
7
+
### Fixes
8
+
9
+
- Teach `image_gen.py --prompt-file` to read prepared JSON slide jobs from their `prompt` field and restore image `output_compression` and `moderation` CLI options.
Copy file name to clipboardExpand all lines: skills/codex-ppt/prompts/slide-worker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ Strict input images already prepared by the parent:
26
26
Read the JSON job file, then follow its `prompt` field exactly. Use the selected image backend and the recorded sample generation method only.
27
27
You must produce the final slide candidate by calling the selected image generation backend:
28
28
- Before calling the backend, visually inspect every local image listed in `style_reference_images` and `input_images`.
29
-
- Local CLI mode for normal new slides: use `scripts/image_gen.py generate --prompt-file <job prompt file> --out <deck dir>/drafts/slide_<NN>_candidate.png`.
30
-
- Local CLI mode for slides with strict `input_images`: use `scripts/image_gen.py edit --image <asset> ... --prompt-file <job prompt file> --out <deck dir>/drafts/slide_<NN>_candidate.png`.
29
+
- Local CLI mode for normal new slides: use `scripts/image_gen.py generate --prompt-file <job prompt file> --out <deck dir>/drafts/slide_<NN>_candidate.png`; the CLI reads the JSON job file's `prompt` field.
30
+
- Local CLI mode for slides with strict `input_images`: use `scripts/image_gen.py edit --image <asset> ... --prompt-file <job prompt file> --out <deck dir>/drafts/slide_<NN>_candidate.png`; the CLI reads the JSON job file's `prompt` field.
31
31
- Local CLI mode for repairing an existing generated slide: use `scripts/image_gen.py edit --image <existing slide> --prompt ... --out <deck dir>/drafts/slide_<NN>_revised.png`.
32
32
- Do not pass approved sample/style reference images as `--image` inputs unless the JSON job also lists them under `input_images`.
33
33
- UI built-in mode is allowed only if the parent explicitly selected it and described how to save the result to the target path.
0 commit comments