> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/how-tos/pose-transfer.md).

# 포즈 전환

Morphic에서 포즈 전송을 하는 방법에 대한 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/SEHD5tXTPAM>" %}

1. 캐릭터 이미지를 업로드하거나 생성하세요(단색 배경이 가장 좋습니다).
2. 새 아트보드에 대략적인 포즈를 업로드하거나 스케치하세요.
3. 프롬프트 바에서 참조 첨부 버튼(클립 아이콘)을 클릭하세요.
4. 캔버스에서 선택을 고른 다음:
   1. 캐릭터 이미지를 첫 번째 참조로 선택하세요.
   2. 스케치한 포즈를 두 번째 참조로 선택하세요.
5. 프롬프트에서 첫 번째 이미지의 캐릭터를 설명하고, 두 번째 이미지의 포즈로 나타나야 한다고 지정하세요.
6. 원하면 추가 세부 정보를 넣으세요(예: 배경, 설정, 스타일).
7. 생성을 눌러 포즈가 적용된 캐릭터를 만드세요.

이렇게 하면 Morphic를 사용해 포즈 전송을 수행할 수 있으며, 캐릭터의 일관된 외형을 유지하면서 새로운 신체 자세에 빠르게 맞출 수 있습니다.

***


---

# 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://morphic.com/docs/kr/how-tos/pose-transfer.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.
