> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/ch/ren-wu/resolution.md).

# 分辨率

### 工作原理

<figure><img src="/files/02c7b60c6add179ae126d82564bed2adb3ec406e" alt=""><figcaption></figcaption></figure>

Beachside 默认以 2K 生成。你可以随时切换到 1K，而且在不同任务和模型之间切换时，系统会记住你的选择。

{% stepper %}
{% step %}

#### 在编辑场景时

分辨率选择器位于比例控制旁边。
{% endstep %}

{% step %}

#### 选择 1K 或 2K

选择 <kbd><mark style="color:$primary;">**2K**<mark style="color:$primary;"></kbd> 用于全分辨率输出，或者 <kbd><mark style="color:$primary;">**1K**<mark style="color:$primary;"></kbd> 用于更快迭代。

切换分辨率会更新可用模型及其输出尺寸。在任务锁定比例的情况下，选择器只会切换分辨率，不会更改比例。
{% endstep %}

{% step %}

#### 生成

照常生成。你的分辨率选择会自动带入下一个任务。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
当 2K 图像进入不支持 2K 的任务或模型时，设置面板会显示提示：该图像在此次生成中将被缩减为 1K。
{% endhint %}

***

### 可用 2K 的场景

大多数生成任务和模型都支持 2K。不支持的任务和模型会自动切换到 1K。

我们正在努力让所有任务都支持 2K。

| 任务与模型                                                            | 支持                                |
| ---------------------------------------------------------------- | --------------------------------- |
| 组合                                                               | :white\_check\_mark:              |
| 混合                                                               | :white\_check\_mark:              |
| 角度 - 快速                                                          | :white\_check\_mark:              |
| 角度 - 精确                                                          | :no\_entry:                       |
| 光照 - 方向                                                          | :white\_check\_mark:              |
| 光照 - 点光                                                          | :white\_check\_mark:              |
| 移除商品与标签                                                          | :white\_check\_mark:              |
| 移除背景                                                             | :no\_entry:                       |
| 提取                                                               | :white\_check\_mark:              |
| 修饰                                                               | :white\_check\_mark:              |
| 放大                                                               | :white\_check\_mark: （最大可达 x3 尺寸） |
| 扩展                                                               | :no\_entry:                       |
| 复刻                                                               | :white\_check\_mark:              |
| Nano Banana Pro, Nano Banana 2, Seedream 4.5, Seedream 4, Qwen   | :white\_check\_mark:              |
| Nano Banana, GPT2, GPT1.5, GPT5.4, Flux Kontext, Imagen, Recraft | :no\_entry:                       |

***

### 常见问题

<details>

<summary><strong>为什么我的 2K 图像输出成了 1K？</strong></summary>

你使用的任务或模型不支持 2K。发生这种情况时，该图像在此次生成中会被缩减为 1K。设置面板中的提示会在你生成前标明这一点。

</details>

<details>

<summary><strong>我需要每次都设置分辨率吗？</strong></summary>

不需要。系统会记住你的选择，在切换任务时仍会与你的 Signature 或项目关联。只有在你想更改时才需要修改。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/ch/ren-wu/resolution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
