@@ -24,24 +24,24 @@ Index: [index.md](index.md)
2424
2525#### Flags
2626
27- | Flag | Type | Required | Description |
28- | --------------------------- | ------- | -------- | ----------------------------------------------------------------------- |
29- | ` --image <url> ` | array | yes | Source image URL or local file path (repeatable for multi-image merge) |
30- | ` --prompt <text> ` | string | yes | Edit instruction text |
31- | ` --model <model> ` | string | no | Model ID (default: qwen-image-2.0) |
32- | ` --size <W*H> ` | string | no | Output image size: ratio (3:4, 16:9) or pixels (2048\* 2048) |
33- | ` --n <count> ` | number | no | Number of images (default: 1, max: 6) |
34- | ` --seed <n> ` | number | no | Random seed for reproducible results |
35- | ` --negative-prompt <text> ` | string | no | Negative prompt to exclude unwanted content |
36- | ` --prompt-extend <bool> ` | boolean | no | Enable prompt extend (true/false). Omit flag to use CLI default (true). |
37- | ` --watermark <bool> ` | boolean | no | Enable watermark (true/false). Omit flag to use CLI default (true). |
38- | ` --out-dir <dir> ` | string | no | Download images to directory |
39- | ` --out-prefix <prefix> ` | string | no | Filename prefix (default: edited) |
40- | ` --async ` | switch | no | Return async task id without waiting |
41- | ` --concurrent <n> ` | number | no | Run N parallel requests (default: 1) |
42- | ` --poll-interval <seconds> ` | number | no | Polling interval when waiting (default: 3) |
43- | ` --api-key <key> ` | string | no | API key |
44- | ` --base-url <url> ` | string | no | API base URL |
27+ | Flag | Type | Required | Description |
28+ | --------------------------- | ------- | -------- | ------------------------------------------------------------------------ |
29+ | ` --image <url> ` | array | yes | Source image URL or local file path (repeatable for multi-image merge) |
30+ | ` --prompt <text> ` | string | yes | Edit instruction text |
31+ | ` --model <model> ` | string | no | Model ID (default: qwen-image-2.0) |
32+ | ` --size <W*H\|WxH > ` | string | no | Output image size: ratio (3:4, 16:9) or pixels (2048\* 2048 or 1024x1024) |
33+ | ` --n <count> ` | number | no | Number of images (default: 1, max: 6) |
34+ | ` --seed <n> ` | number | no | Random seed for reproducible results |
35+ | ` --negative-prompt <text> ` | string | no | Negative prompt to exclude unwanted content |
36+ | ` --prompt-extend <bool> ` | boolean | no | Enable prompt extend (true/false). Omit flag to use CLI default (true). |
37+ | ` --watermark <bool> ` | boolean | no | Enable watermark (true/false). Omit flag to use CLI default (true). |
38+ | ` --out-dir <dir> ` | string | no | Download images to directory |
39+ | ` --out-prefix <prefix> ` | string | no | Filename prefix (default: edited) |
40+ | ` --async ` | switch | no | Return async task id without waiting |
41+ | ` --concurrent <n> ` | number | no | Run N parallel requests (default: 1) |
42+ | ` --poll-interval <seconds> ` | number | no | Polling interval when waiting (default: 3) |
43+ | ` --api-key <key> ` | string | no | API key |
44+ | ` --base-url <url> ` | string | no | API base URL |
4545
4646#### Examples
4747
@@ -83,7 +83,7 @@ bl image edit --image ./photo.png --prompt "Replace the background with a beach"
8383| --------------------------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
8484| ` --prompt <text> ` | string | yes | Image description |
8585| ` --model <model> ` | string | no | Model ID (default: qwen-image-2.0) |
86- | ` --size <W*H> ` | string | no | Image size: ratio (3:4, 16:9, 1:1) or pixels (2048\* 2048) |
86+ | ` --size <W*H\|WxH > ` | string | no | Image size: ratio (3:4, 16:9, 1:1) or pixels (2048\* 2048 or 1024x1024) |
8787| ` --n <count> ` | number | no | Number of images per request (default: 1, max: 6) |
8888| ` --seed <n> ` | number | no | Random seed for reproducible generation |
8989| ` --negative-prompt <text> ` | string | no | Negative prompt to exclude unwanted content |
0 commit comments