MidjourneyIntermediate
Alex Chen
May 19, 2026
8 min read
Midjourney Prompt工程:从入门到精通
写好Prompt是使用Midjourney的核心技能。从基础结构到高级参数,本文带你系统掌握Midjourney的Prompt写法。
MidjourneyPrompt EngineeringAI ArtImage Generation
# Midjourney Prompt 工程:从入门到精通
Midjourney 是目前最强大的AI图像生成器之一,但很多用户的 Prompt 只写了 "a cat" —— 这完全浪费了它的能力。
基础结构
一个完整的 Midjourney Prompt 包含五个部分:
[主体] + [环境/背景] + [风格] + [灯光/色彩] + [参数]示例:
/imagine prompt:
a Siberian husky wearing aviator goggles --ar 16:9 --v 6进阶技巧
1. 使用参数控制输出
Midjourney 支持丰富的参数:
| 参数 | 作用 | 示例 |
|---|---|---|
| --ar | 宽高比 | --ar 16:9, --ar 9:16 |
| --v | 版本 | --v 6(最新版) |
| --s | 风格化程度 | --s 250(默认), --s 1000(高风格化) |
| --iw | 图片权重 | --iw 2(参考图权重) |
| --no | 排除元素 | --no text,watermark |
2. 权重控制
用 `::` 分隔不同部分并分配权重:
/imagine prompt:
a futuristic city::2 sunset sky::1 --ar 16:9这样 "futuristic city" 的权重是 "sunset sky" 的两倍。
3. 风格混合
组合不同的艺术家风格:
/imagine prompt:
Japanese garden in the style of Studio Ghibli and Monet,
soft lighting, watercolor texture --ar 16:9实战Prompt模板
电商产品图
/imagine prompt:
minimalist white ceramic coffee cup on wooden table,
professional product photography, soft studio lighting,
clean background, 8k --ar 4:3 --v 6人物肖像
/imagine prompt:
portrait of an elderly fisherman with weathered face,
cinematic lighting, shallow depth of field,
grainy film texture --ar 3:4 --s 200 --v 6概念设计
/imagine prompt:
floating crystal city in the clouds at sunset,
concept art, epic scale, volumetric lighting,
trending on ArtStation --ar 21:9 --s 400 --v 6常见问题
Q: 为什么我的图不够清晰?
A: 在 Discord 中图片上点击 "Open in Browser" 可以查看原图。或者使用 --s 50-100 降低风格化程度。
Q: 如何保持角色一致性?
A: 使用 --seed 参数固定随机种子,每次生成同样种子+同样Prompt可以得到一致的风格。
Q: 图片尺寸不合适?
A: 用 --ar 控制宽高比。常见比例:16:9(宽屏)、4:3(标准)、3:4(竖屏)、1:1(方形)。
A
Alex Chen
AI Tools Expert
Tutorials are practical guides to help you get the most out of AI tools. Always verify steps with the latest tool versions.