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

# 확장

***

<figure><img src="/files/037aafe6c60f525d7e2f7da367bb24cb748c33a0" 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/kr/tasks/expand.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.
