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

# 작업

- [모델 생성](https://docs.theseaai.com/main/kr/tasks/model.md): 프롬프트를 작성해 처음부터 이미지를 생성하거나 기존 이미지를 편집하세요.
- [해상도](https://docs.theseaai.com/main/kr/tasks/resolution.md): 더 빠른 반복 작업이나 더 높은 해상도의 결과를 위해 1K와 2K 출력 중에서 선택하세요.
- [콤보](https://docs.theseaai.com/main/kr/tasks/combo.md): 제품, 텍스트 프롬프트, 이미지 참조를 하나의 장면 안에서 결합하세요. 변경이 일어나야 할 위치를 정의하려면 캔버스에 직접 지시 사항을 배치하세요.
- [변형](https://docs.theseaai.com/main/kr/tasks/variation.md): 한 단계로 이미지의 새로운 버전을 살펴보세요. 각 버전은 서로 다른 구도와 각도를 사용합니다.
- [앵글](https://docs.theseaai.com/main/kr/tasks/angle.md): 단일 이미지에서 일관된 새 제품 각도를 생성합니다. 빠른 모드는 미리 설정된 각도를 생성합니다. 정밀 모드는 정확한 프레임을 선택할 수 있도록 제어된 가로 또는 세로 회전을 생성합니다.
- [조명](https://docs.theseaai.com/main/kr/tasks/light.md): 캔버스에서 바로 장면 조명을 세밀하게 조정하세요. Light를 사용하면 방향, 강도, 배치를 조절하여 제품이 주변 환경에 자연스럽게 어우러지도록 할 수 있습니다.
- [블렌드](https://docs.theseaai.com/main/kr/tasks/blend.md): 한 번의 생성 단계로 제품을 배경에 자연스럽게 배치합니다. 조명, 그림자, 재질 상호작용을 자동으로 조정하여 두 이미지를 하나의 일관된 장면으로 통합합니다.
- [리터치](https://docs.theseaai.com/main/kr/tasks/retouch.md): 한 번의 생성 단계로 자동 이미지 보정을 적용합니다. Retouch는 구도는 유지하면서 조명, 색상 균형, 형태, 표면 디테일, 머리카락, 배경의 깔끔함을 조정합니다.
- [제거](https://docs.theseaai.com/main/kr/tasks/remove.md): Remove는 이미지에서 원치 않는 요소를 제거합니다. 제거할 항목(제품, 배경 또는 라벨)을 선택하면 깔끔한 결과를 생성합니다.
- [추출](https://docs.theseaai.com/main/kr/tasks/extract.md): Extract를 사용해 이미지나 장면에서 특정 요소를 분리하세요. 추출된 요소는 재배치, 재구성 또는 다른 장면에서 사용할 수 있는 재사용 가능한 레이어가 됩니다.
- [확장](https://docs.theseaai.com/main/kr/tasks/expand.md): 한 번의 생성 단계로 이미지를 원래 경계를 넘어 확장합니다. Expand를 사용하면 시각적 일관성을 유지하면서 종횡비와 위치를 조정할 수 있습니다.
- [업스케일](https://docs.theseaai.com/main/kr/tasks/upscale.md): 디테일과 질감을 향상시키면서 이미지 해상도를 높입니다. Upscale은 원래 구도를 유지한 채 장면의 더 높은 해상도 버전을 생성합니다.
- [복제](https://docs.theseaai.com/main/kr/tasks/replicate.md): 배경, 조명, 구도의 정확한 일관성을 유지하면서 최대 8개의 서로 다른 SKU를 사용해 비주얼 룩을 복제하세요.


---

# 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/kr/tasks.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.
