> 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/gao-jie-xiang-du-hua.md).

# 高解像度化

***

<figure><img src="/files/93b160665f8c0f513a91d3c186afcbfdc36ed623" alt=""><figcaption></figcaption></figure>

***

## インタラクティブチュートリアル

{% hint style="info" icon="language" %}
**チュートリアルの言語を変更する方法**\
チュートリアルは既定で英語で表示されます。別の言語でこのチュートリアルを見るには、右上にカーソルを合わせて、 <i class="fa-language">:language:</i> **言語**.
{% endhint %}

{% @arcade/embed flowId="Qg5FyTtXao2TWciJR6Gs" url="<https://app.arcade.software/share/Qg5FyTtXao2TWciJR6Gs>" %}

***

## 使い方

{% stepper %}
{% step %}

#### 「Upscale」を選択

左側のタスクメニューで、 <kbd><mark style="color:$primary;">**サイズ変更**<mark style="color:$primary;"></kbd> 次に <kbd><mark style="color:$tint;">**アップスケール**<mark style="color:$tint;"></kbd>

これでアップスケールのワークスペースが開きます。
{% endstep %}

{% step %}

#### 商品画像をアップロード

商品画像は前景要素として使用されます。

画像は次の方法でアップロードできます。

* 次を選択する <kbd><mark style="color:$primary;">**画像をアップロード**<mark style="color:$primary;"></kbd> シーン内で
* パソコン上のフォルダから画像をドラッグ＆ドロップする
* 画面左下のライブラリパネルから画像をドラッグ＆ドロップする

アップロードすると、商品がシーンに表示されます。
{% endstep %}

{% step %}

#### 出力サイズを選択

右側のUpscale生成設定パネルで、2つのアップスケールオプションから選べます：

**標準アップスケール**

* 現在の画像をより大きくしたい場合は、標準アップスケールを使用します。
* 現在のシーンサイズを基準に解像度を上げます
* 利用可能なサイズ：
  * 現在のシーンサイズ ×2
  * 現在のシーンサイズ ×3
  * 現在のシーンサイズ ×4
  * 現在のシーンサイズ ×5
  * 現在のシーンサイズ ×6

**高度なアップスケール（ディテール最適化）**

* 最終段階のアップスケール向けに設計されており、細かな質感とディテールの再現性を高めます。
* 4096 × 4096pxの出力を生成します
  {% endstep %}

{% step %}

#### アップスケール

すべての設定を確認したら、 <kbd><mark style="color:$primary;">**アップスケール**<mark style="color:$primary;"></kbd>.

生成されたシーンが Playground に表示されます。
{% endstep %}
{% endstepper %}


---

# 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/gao-jie-xiang-du-hua.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.
