> 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/essentials/character-models/one-shot-character-model.md).

# 원샷 캐릭터 모델

Morphic에서 원샷 캐릭터 모델을 사용하는 방법을 간단히 안내해 드리겠습니다:

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

1. Morphic에서 Canvas 열기
2. 캐릭터가 포함된 이미지를 업로드하거나 생성하세요
3. 이미지를 마우스 오른쪽 버튼으로 클릭(Windows)하거나 Control-클릭(Mac)하여 컨텍스트 메뉴를 여세요
4. 메뉴에서 ‘모델 만들기’ → ‘캐릭터 모델’을 선택하세요
5. 원샷 캐릭터 모델 기능을 위한 사이드 패널이 나타납니다
6. Morphic이 입력한 이미지를 바탕으로 캐릭터 변형을 자동으로 생성합니다
7. 마음에 드는 변형을 선택하고 캐릭터 이름을 지정하세요
8. 원한다면 이 패널에 같은 캐릭터의 이미지를 더 업로드하여 모델을 향상시킬 수 있습니다
9. ‘모델 만들기’를 클릭해 캐릭터 모델 학습을 시작하세요

학습이 완료되면 프롬프트에서 이 모델을 사용해 시각적 일관성을 유지하면서 새로운 설정, 포즈, 표정의 캐릭터를 생성할 수 있습니다.

이것이 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/essentials/character-models/one-shot-character-model.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.
