> 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/jp/tasuku/resolution.md).

# 解像度

### 仕組み

<figure><img src="/files/20190a5ba980dd1bb99ed22488363a0b896fa851" 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:            |
| Blend                                                      | :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/jp/tasuku/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.
