> 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/kr/tasks/resolution.md).

# 해상도

### 작동 방식

<figure><img src="/files/433ac819f5f335e0b51ae51659b44b7a9e354e1e" 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:                     |

***

### FAQ

<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/kr/tasks/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.
