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

# 扩展

***

<figure><img src="/files/bd85b3384ae0e0f90b20ca1047f83e7febefd638" 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 扩展”

在左侧任务菜单中，选择 <kbd><mark style="color:$primary;">**调整大小**<mark style="color:$primary;"></kbd> 然后 <kbd><mark style="color:$tint;">**AI 扩展**<mark style="color:$tint;"></kbd>

这将打开 AI 扩展工作区。
{% endstep %}

{% step %}

#### 上传产品图像

产品图像将用作前景元素。

您可以通过以下方式上传图像：

* 选择 <kbd><mark style="color:$primary;">**上传图像**<mark style="color:$primary;"></kbd> 在场景内
* 从计算机文件夹中将图像拖放进来
* 从屏幕左下角的库面板将图像拖放进来

上传后，产品将出现在场景中。
{% endstep %}

{% step %}

#### 调整输出尺寸

您可以在画布上直接手动调整图像大小。

或者：

* 使用场景右侧 AI 扩展设置面板中的缩放百分比控件。

如果您想更改纵横比，请继续下一步。
{% endstep %}

{% step %}

#### 选择扩展比例

在右侧的 AI 扩展设置面板中：

* 打开 <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 扩展设置面板中，您可以添加总体方向的文本提示。\
在“文本提示”字段中：

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

生成的场景将出现在您的游乐场。
{% 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:

```
GET https://docs.theseaai.com/main/ch/ren-wu/kuo-zhan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
