> 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).

# 分辨率

可选择 1K 和 2K 输出，以便更快迭代或获得更高分辨率的结果。

### 工作原理

<figure><img src="https://2190407032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2FWzZzoyj6a225vH5dYeBd%2Fimage.png?alt=media&amp;token=7e2456e4-153e-4292-907b-7d850715b1f6" 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。

<table><thead><tr><th width="550.5234375">任务与模型</th><th>支持</th></tr></thead><tbody><tr><td>组合</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>混合</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>角度 - 快速</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>角度 - 精确</td><td><span data-gb-custom-inline data-tag="emoji" data-code="26d4">⛔</span></td></tr><tr><td>光照 - 方向</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>光照 - 点</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>移除产品和标签</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>移除背景</td><td><span data-gb-custom-inline data-tag="emoji" data-code="26d4">⛔</span></td></tr><tr><td>提取</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>修图</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>放大</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> （最多可达 3 倍尺寸）</td></tr><tr><td>扩展</td><td><span data-gb-custom-inline data-tag="emoji" data-code="26d4">⛔</span></td></tr><tr><td>复制</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Nano Banana Pro、Nano Banana 2、Seedream 4.5、Seedream 4、Qwen</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Nano Banana、GPT2、GPT1.5、GPT5.4、Flux Kontext、Imagen、Recraft</td><td><span data-gb-custom-inline data-tag="emoji" data-code="26d4">⛔</span></td></tr></tbody></table>

***

### 常见问题

<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.
