# 创建动态漫画

以下是在Morphic上从零开始创建动态图像漫画（motion comic）的方法。

<figure><img src="/files/2a5ac41b72dc047a8785639d2131f8b39097fb8f" alt=""><figcaption></figcaption></figure>

1. 在提示栏中，选择“漫画（Manga）”作为风格模型。你也可以选择自己的 [自定义风格模型](/docs/zh/ji-chu-zhi-shi/style-models.md) 如果你已经训练了一个的话。

<figure><img src="/files/8085345e730cd1a54b9b22a1c3edc187f10b12aa" alt=""><figcaption></figcaption></figure>

2. 输入一个提示以生成你的动态图像漫画的图像，然后点击“生成”。

<figure><img src="/files/9b4cf59ccd362cf5a2745bd412c94dff13393f70" alt=""><figcaption></figcaption></figure>

3. 一旦你选择了一张要继续使用的图像，选中它并切换到视频模式。

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

4. 输入描述你想要看到的动画的提示，然后点击“生成”来创建你的第一个视频。

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

5. 再次选择第一张图像，切换回图像模式，并输入描述期望更改的提示以生成一张新图像。

<figure><img src="/files/9c1b5e56dce1e19cad7749002660b5eea44645a7" alt=""><figcaption></figcaption></figure>

6. 重复第4步以为这张新图像制作动画并生成第二个视频。

<figure><img src="/files/13cf67a1aaa7f1b00a53fa769b29943a36956fa6" alt=""><figcaption></figcaption></figure>

7. 重复第5步以创建另一张新图像，然后再次执行第4步为其制作动画并生成第三个视频。

<figure><img src="/files/6a4b037f872f41d2e58dfea5371425e255d8e806" alt=""><figcaption></figcaption></figure>

8. 现在你将拥有三张不同的图像和三段对应的视频。将这三段视频拼接在一起以创建最终的动态图像漫画输出：

<figure><img src="/files/54d4c8b3a3c21ada32b53256e0ff24bea0d9b636" alt=""><figcaption></figcaption></figure>

这非常适合为你的漫画或自定义风格作品增添电影感的流动性。它能让你轻松地从静态图像过渡到动态图像漫画叙事。

***


---

# Agent Instructions: 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/zh/shi-yong-fang-fa/creating-motion-comics.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.
