File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments