> 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을 사용해 포즈 전송을 수행하면, 캐릭터의 일관된 외형은 유지하면서 새로운 자세로 빠르게 적용할 수 있습니다.

***

문제가 있거나 궁금한 점이 있으면 언제든지 문의해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 연락해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

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