Skip to content

Commit 235e8ce

Browse files
committed
docs: add missing image generate flags to SKILL.md
1 parent 855ce77 commit 235e8ce

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

skill/SKILL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,15 @@ mmx image generate --prompt <text> [flags]
9393
| Flag | Type | Description |
9494
|---|---|---|
9595
| `--prompt <text>` | string, **required** | Image description |
96-
| `--aspect-ratio <ratio>` | string | e.g. `16:9`, `1:1` |
96+
| `--aspect-ratio <ratio>` | string | e.g. `16:9`, `1:1`. Ignored if `--width` and `--height` are both set |
9797
| `--n <count>` | number | Number of images (default: 1) |
98+
| `--seed <n>` | number | Random seed for reproducible generation |
99+
| `--width <px>` | number | Width in pixels (512–2048, multiple of 8). Requires `--height` |
100+
| `--height <px>` | number | Height in pixels (512–2048, multiple of 8). Requires `--width` |
101+
| `--prompt-optimizer` | boolean | Optimize prompt before generation |
102+
| `--aigc-watermark` | boolean | Embed AI-generated content watermark |
98103
| `--subject-ref <params>` | string | Subject reference: `type=character,image=path-or-url` |
104+
| `--response-format <format>` | string | `url` (default) or `base64`. Base64 bypasses CDN download |
99105
| `--out-dir <dir>` | string | Download images to directory |
100106
| `--out-prefix <prefix>` | string | Filename prefix (default: `image`) |
101107

0 commit comments

Comments
 (0)