mj-imagine
Midjourney style generation, supports aspect ratio, Bot type, and output position (grid/U1-U4). Suitable for artistic and strongly stylized creative generation.
Midjourney style generation, supports aspect ratio, Bot type, and output position (grid/U1-U4). Suitable for artistic and strongly stylized creative generation.
Overview
| Field | Value |
|---|---|
| Model ID | mj-imagine |
| CLI | dlazy mj-imagine |
| MCP | mj-imagine (Claude Code surfaces this as mcp__dlazy__mj-imagine) |
| Type | image |
| Execution | Async task; the CLI polls until completion (--no-wait returns generateId immediately) |
| Batch | Supports --batch <n> parallel fan-out |
Parameters
| Arg | Type | Required | Notes |
|---|---|---|---|
prompt | string | Yes | Prompt |
aspect_ratio | "auto" | "1:1" | "4:3" | "3:4" | "16:9" | "9:16" | "3:2" | "2:3" | "21:9" | No | Aspect Ratio; default "auto" |
botType | "MID_JOURNEY" | "NIJI_JOURNEY" | No | Bot Type; default "MID_JOURNEY" |
output | "grid" | "U1" | "U2" | "U3" | "U4" | No | Output; default "grid" |
--input @file.jsonor--input '{...}'can supply all args at once; flags take precedence over--inputkeys.
CLI Examples
dlazy mj-imagine --help
dlazy mj-imagine --prompt "Write your prompt here"
dlazy mj-imagine --prompt "Write your prompt here" --dry-run
dlazy mj-imagine --prompt "Write your prompt here" --no-wait
dlazy mj-imagine --prompt "Write your prompt here" --batch 4MCP
MCP is consumed by AI clients, not handwritten. Once dLazy is registered as an MCP server the tool appears in the client's tool list — Claude Code surfaces it as mcp__dlazy__mj-imagine; generic clients (e.g. OpenClaw) call it as mj-imagine.
See MCP setup for how to add the server.
Output
{
"outputs": [
{ "type": "image", "id": "o_...", "url": "https://files.dlazy.com/result.png", "mimeType": "image/png" }
]
}Media tools emit image / video / audio / file outputs. Use --output url to print only the URLs on stdout.
kling-image-o1
Kling image model, supports '<image_1>' placeholder in prompt for reference image binding. Suitable for multi-image constraints and high-fidelity generation.
qwen-image-2-pro
Alibaba Bailian qwen-image-2.0-pro general image generation. Excels at complex text rendering, multi-line layout, photorealistic detail, and strong semantic adherence — great for mixed text/image designs.