> 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/creating-motion-comics.md).

# 모션 코믹 제작

Morphic에서 처음부터 모션 코믹을 만드는 방법은 다음과 같습니다.

<figure><img src="/files/432ae0bd0ee758d41f0d3102b8ab850f82e51056" alt=""><figcaption></figcaption></figure>

1. 프롬프트 바에서 스타일 모델로 Manga를 선택하세요. 직접 선택할 수도 있습니다 [맞춤 스타일 모델](/docs/kr/essentials/models.md) 이미 학습해 두었다면.

<figure><img src="/files/4b4fa07787b4c8855c4ea741033331e4a50c8172" alt=""><figcaption></figcaption></figure>

2. 모션 코믹에 사용할 이미지를 생성할 프롬프트를 입력한 다음, 프롬프트 바의 파란 버튼을 클릭하세요.

<figure><img src="/files/77dcefe3398173684287648061a143639f076e18" alt=""><figcaption></figcaption></figure>

3. 계속 사용할 이미지를 선택했다면, 해당 이미지를 선택한 뒤 비디오 모드로 전환하세요.

<figure><img src="/files/538b4225a6e37163de327e62e4bc67aebcccdd3c" alt=""><figcaption></figcaption></figure>

4. 보고 싶은 애니메이션을 설명하는 프롬프트를 입력하고, 프롬프트 바의 파란 버튼을 클릭하여 첫 번째 비디오를 만드세요.

<figure><img src="/files/7d0362d2e4031e8549e5ee544c354d460395cde7" alt=""><figcaption></figcaption></figure>

5. 첫 번째 이미지를 다시 선택한 뒤 이미지 모드로 돌아가 원하는 변경 사항을 설명하는 프롬프트를 입력하여 새 이미지를 생성하세요.

<figure><img src="/files/91913724034b431b6df77709dd7686a539c37cbc" alt=""><figcaption></figcaption></figure>

6. 4단계를 반복하여 이 새 이미지를 애니메이션화하고 두 번째 비디오를 생성하세요.

<figure><img src="/files/fd0fe5e7f5dac415c01fd2b4654c6f1ea75c2ad4" alt=""><figcaption></figcaption></figure>

7. 5단계를 반복하여 또 다른 새 이미지를 만든 다음, 4단계를 다시 진행해 애니메이션화하고 세 번째 비디오를 생성하세요.

<figure><img src="/files/3c291afd2d19d99e782e7fa450ca57d4742d905e" alt=""><figcaption></figcaption></figure>

8. 이제 서로 다른 세 개의 이미지와 그에 대응하는 세 개의 비디오가 준비됩니다. 이 세 비디오를 이어 붙여 최종 모션 코믹 결과물을 만드세요:

<figure><img src="/files/164c1a3595307f7c669a39c97933fb746e4f6b0c" alt=""><figcaption></figcaption></figure>

이 기능은 만화나 맞춤 스타일 작품에 영화 같은 흐름을 더하는 데 완벽합니다. 정지 이미지에서 모션 코믹 스토리텔링으로 손쉽게 전환할 수 있게 해줍니다.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**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/creating-motion-comics.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.
