# Midjourney 完整参数列表

| **参数名称** | **调用方法**                                                                             | **使用案例**                            | **注意事项**                                                                                                                                                         | **V5**                                 | **V4**      | **V3**                      | **niji**    |
| -------- | ------------------------------------------------------------------------------------ | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | ----------- | --------------------------- | ----------- |
| 版本       | <p>在关键词后加空格，然后带上版本参数：</p><ul><li>--v 或者 —v</li><li>--version 或者 —version</li></ul>   | vibrant california poppies --v 5    | 版本仅支持 1、2、3、4、5。                                                                                                                                                 |                                        |             |                             |             |
| 长宽比      | <p>在关键词后加空格，然后带上长宽比参数：</p><ul><li>--ar 或者 —ar</li><li>--aspect 或者—aspect</li></ul>   | vibrant california poppies --ar 5:4 | <ul><li>默认比例是 1:1。</li><li>比例数需要是整数，比如 1.3:1 是不行的，但 13:10 可以。</li><li>长宽比会影响生成图像的形状和构图。当放大图片时，有些长宽比可能会发生轻微的改变。比如 --ar 16:9(1.75) 最终生成的图片可能是 7:4(1.74)。</li></ul> | ✅ 支持任意比例。但2:1以上的宽高比是实验性的，可能会产生不可预测的结果。 | ✅ 1:2 到 2:1 | ✅ 5:2 到 2:5                 | ✅ 1:2 到 2:1 |
| no       | <p>在关键词后加空格，然后带上你不想 AI 生成的内容：</p><ul><li>--no 或者 —no</li></ul>                       | —no plants                          | 无                                                                                                                                                                | ✅                                      | ✅           | ✅                           | ✅           |
| 随机程度     | <p>在关键词后加空格，然后带数字：</p><ul><li>--c 或者 —c</li><li>--chaos 或者—chaos</li></ul>           | —c 10                               | 可以输入 0 - 100，默认是 0                                                                                                                                               | ✅                                      | ✅           | ✅                           | ✅           |
| 风格化程度    | <p>在关键词后加空格，然后带数字：</p><ul><li>--s 或者 —s</li><li>--stylize 或者—stylize</li></ul>       | —s 50                               | 默认是 100                                                                                                                                                          | ✅                                      | ✅           | ✅                           | ✅           |
| 细节丰富度    | <p>在关键词后加空格带上参数：</p><ul><li>--q 或者 —q</li><li>--quality 或者—quality</li></ul>         | woodcut birch forest --q .25        | 默认为 1 - 仅支持 .25，.5 ，1 和 2，如果输入大于 2 会被降级到 2                                                                                                                       | ✅                                      | ✅           | ✅                           | ✅           |
| 种子       | <p>在关键词后加空格带上参数：</p><ul><li>--seed 或者 —seed</li><li>--sameseed 或者—sameseed</li></ul> | woodcut birch forest --seed 123     | <ul><li>输入完全一样的文字 prompt，并且加上 seed 参数，才能生成一样的图。</li><li>V1、2、3 还有 test、testp 版本即使加了这个 seed 也没法生成一模一样的图，只能生成近似的图。</li></ul>                                       | ✅                                      | ✅           | ✅ 但只能生成近似图                  | ✅           |
| 图片权重     | <p>在关键词后加空格带上参数：</p><ul><li>--iw 或者 —iw</li></ul>                                    | flowers.jpg birthday cake --iw .5   | 这个参数在不同版本有不同的默认值（就是即使你不输入这个参数，AI 也会自己加这个参数进去）和区间                                                                                                                 | ✅ 默认为 1，区间是 0.5-2                      | ❌           | ✅ 默认为 0.25，区间是 -10000-10000 | ❌           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.aig123.com/midjourney-tutorial/big-list/midjourney-wan-zheng-can-shu-lie-biao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
