# 设置和预设

**设置命令为模型版本、样式值、质量值和升级器版本等常用选项提供切换按钮。设置也有`/stealth`和`/public`命令的切换按钮。**

![Image showing the interface of the Midjourney settings command](https://cdn.document360.io/3040c2b6-fead-4744-a3a9-d56d621c6c7e/Images/Documentation/MJ_settings.png)

***

`1️⃣ MJ Version 1` `2️⃣ MJ Version 2` `3️⃣ MJ Version 3` `4️⃣ MJ Version 4`

`🌈 Niji Mode` `🤖MJ Test` `📷 MJ Test Photo`

设置用于作业的[模型版本。](https://docs.midjourney.com/models)

`🔥 Half Quality` `🔥 Base Quality` `🔥 High Quality (2x cost)`

设置用于作业的[质量参数。](https://docs.midjourney.com/quality)\
半质量 = `--q .5`，基本质量 = `--q 1`，高质量 = `--q 2`。

`🖌️ Style Low` `🖌️ Style Med` `🖌️ Style High` `🖌️ Style Very High`

设置用于作业的[风格化参数。](https://docs.midjourney.com/stylize)\
风格低 = `--s 50`，风格中 = `--s 100`，风格高 = `--s 250`，风格非常高 = `--s 750`，

`⏫ Regular Upscale` `⬆️ Light Upscale` `🔥 Beta Upscale`

设置用于作业的[Upscacler 。](https://docs.midjourney.com/upscalers)

`🧍‍♂️Public` `🕵️ Stealth`

[在公共模式和隐身模式](https://docs.midjourney.com/stealth)之间切换。对应于`/public`和`/stealth`命令。

`🎛️ Remix`

切换到[混音模式](https://docs.midjourney.com/docs/remix)

`🐇 Fast` `🐢 Relax`

[在Fast 和 Relaxed 模式](https://docs.midjourney.com/fast-relax)之间切换。对应于`/fast`和`/relax`命令。

设置说明

添加到提示末尾的参数将覆盖使用 所做的选择`/settings`。

***

### 自定义首选项 <a href="#custom-preferences" id="custom-preferences"></a>

使用 prefer 命令创建自定义选项，以自动将常用参数添加到提示末尾。\
`/prefer auto_dm`完成的工作会自动发送到直接消息\
`/prefer option`创建或管理自定义选项。\
`/prefer option list`查看您当前的自定义选项。\
`/prefer suffix`指定要添加到每个提示末尾的后缀。

***

#### 偏好选项 <a href="#prefer-option" id="prefer-option"></a>

`/prefer option set <name> <value>`创建可用于将多个参数快速添加到提示末尾的自定义参数。

![PreferOptionSet.png](https://cdn.document360.io/3040c2b6-fead-4744-a3a9-d56d621c6c7e/Images/Documentation/PreferOptionSet.png)

`/prefer option set` `mine` `--hd --ar 7:4`创建一个名为“mine”的选项，转换为`--hd --ar 7:4`.<br>

![PreferOptionSet\_Used.jpg](https://cdn.document360.io/3040c2b6-fead-4744-a3a9-d56d621c6c7e/Images/Documentation/PreferOptionSet_Used.jpg)

使用`/imagine prompt` `vibrant California poppies --mine`, 被解释为`/imagine prompt` `vibrant California poppies --hd --ar 7:4`。.

将“value”字段留空以删除选项。

`/prefer option list`列出使用创建的所有选项`prefer option set.` 用户最多可以有 20 个自定义选项。

![PreferOptionList.png](https://cdn.document360.io/3040c2b6-fead-4744-a3a9-d56d621c6c7e/Images/Documentation/PreferOptionList.png)

要删除自定义选项，请使用`/prefer option set` `<name to delete>`值字段并将其留空。

***

#### 首选后缀 <a href="#shou-xuan-hou-zhui" id="shou-xuan-hou-zhui"></a>

`/prefer suffix`在所有提示后自动附加指定的后缀。**使用不带值的命令进行复位。**

命令示例：`/prefer suffix` `--uplight --video`

只有 命令可以与使用`/prefer suffix`，\
`prefer suffix --no orange 是可以的`\
`prefer suffix orange::-1`  不可以


---

# 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://limi.gitbook.io/mj-doc/yong-hu-zhi-nan/ming-ling/she-zhi-he-yu-she.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.
