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

# Membuat motion comic

Berikut cara membuat motion comic dari nol di Morphic.

<figure><img src="/files/72b6177d281d3a6228beee4908223a26fcdda2e3" alt=""><figcaption></figcaption></figure>

1. Dari bilah prompt, pilih Manga sebagai model gaya. Anda dapat memilih model gaya Anda sendiri [model gaya kustom](/docs/id/dasar-dasar/models.md) jika Anda telah melatihnya.

<figure><img src="/files/426dde9cd13927fced2cb7c860bf53e9f6f8b3a2" alt=""><figcaption></figcaption></figure>

2. Masukkan prompt untuk menghasilkan gambar bagi motion comic Anda, lalu klik Generate.

<figure><img src="/files/44d5d6e109986452bcf62b0316257391b4fc6ad5" alt=""><figcaption></figcaption></figure>

3. Setelah Anda memilih gambar untuk dilanjutkan, pilih gambar tersebut dan beralih ke Mode Video.

<figure><img src="/files/2941198b4abf5623ac88056a2c6a7b6863aeb9a6" alt=""><figcaption></figcaption></figure>

4. Masukkan prompt yang menjelaskan animasi yang ingin Anda lihat, lalu klik Generate untuk membuat video pertama Anda.

<figure><img src="/files/210df02a7fbc1f1b5bb04bca46cef75e31f25edd" alt=""><figcaption></figcaption></figure>

5. Pilih lagi gambar pertama, beralih kembali ke Mode Gambar, dan masukkan prompt yang menjelaskan perubahan yang diinginkan untuk menghasilkan gambar baru.

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

6. Ulangi langkah 4 untuk menganimasikan gambar baru ini dan menghasilkan video kedua.

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

7. Ulangi langkah 5 untuk membuat gambar baru lainnya, lalu langkah 4 lagi untuk menganimasikannya dan menghasilkan video ketiga.

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

8. Sekarang Anda akan memiliki tiga gambar berbeda dan tiga video yang sesuai. Gabungkan ketiga video ini untuk membuat hasil motion comic akhir Anda:

<figure><img src="/files/027934045289b3e081dc3487717e49334128130e" alt=""><figcaption></figcaption></figure>

Ini sempurna untuk menambahkan alur sinematik pada manga Anda atau karya seni bergaya kustom. Ini memungkinkan Anda beralih dari gambar statis ke penceritaan motion comic dengan mudah.

***

Jika Anda mengalami kendala atau memiliki pertanyaan, jangan ragu untuk menghubungi kami. Kami dengan senang hati akan membantu. Tulis kepada kami di [**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/id/panduan-cara/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.
