> 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/kuo-zhang.md).

# 拡張

***

<figure><img src="/files/a5f998854caac285477a93303a40f53cc024ba88" alt=""><figcaption></figcaption></figure>

***

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

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

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

***

## 使い方

{% stepper %}
{% step %}

#### 「AI Expand」を選択

左側のタスクメニューで、次を選択してください <kbd><mark style="color:$primary;">**サイズ変更**<mark style="color:$primary;"></kbd> 次に <kbd><mark style="color:$tint;">**AI Expand**<mark style="color:$tint;"></kbd>

これで AI Expand のワークスペースが開きます。
{% endstep %}

{% step %}

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

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

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

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

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

{% step %}

#### 出力サイズを調整

キャンバス上で直接、画像サイズを手動で調整できます。

または：

* シーン右側の AI Expand 設定パネルにあるズーム率コントロールを使用します。

アスペクト比を変更したい場合は、次の手順に進んでください。
{% endstep %}

{% step %}

#### 拡張比率を選択

右側の AI Expand 設定パネルで：

* 次を開きます <kbd><mark style="color:$primary;">**拡張比率**<mark style="color:$primary;"></kbd> ドロップダウンメニュー。
* 新しいアスペクト比を選択します。

<details>

<summary><strong>利用可能なアスペクト比</strong></summary>

* 縦長（9:16、768×1344px）
* ワイドスクリーン（21:9、1536×672px）
* 縦長ワイドスクリーン（9:21、672×1536px）
* フレキシブル 5:4（5:4、1152×896px）
* フレキシブル 4:5（4:5、896×1152px）
* 正方形（1:1、1024×1024px）
* 写真（3:2、1248×832px）
* 縦長写真（2:3、832×1248px）
* クラシック（4:3、1184×864px）
* 縦長クラシック（3:4、864×1184px）
* 横長（16:9、1344×768px）

</details>
{% endstep %}

{% step %}

#### 任意：テキストプロンプトを追加

右側の AI Expand 設定パネルで、全体の方向性を指定するテキストプロンプトを追加できます。\nテキストプロンプト欄では：

1. テキストプロンプト欄に直接入力します。
2. 選択し、 <kbd><mark style="color:$primary;">**ライブラリ**<mark style="color:$primary;"></kbd> 以前保存したプロンプトを再利用するために
3. 次の <i class="fa-cloud-arrow-up" style="color:$primary;">:cloud-arrow-up:</i> アイコンから画像をアップロードすると、Beachside が説明文を生成して、そのテキストをプロンプト欄に配置します。
   {% 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/kuo-zhang.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.
