> 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/zh/cao-zuo-zhi-nan/creating-motion-comics.md).

# 制作动态漫画

以下是在 Morphic 上从零开始创建动态漫画的方法。

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

1. 在提示栏中，将 Manga 选择为风格模型。你也可以选择自己的 [自定义风格模型](/docs/zh/ji-chu/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>

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

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/zh/cao-zuo-zhi-nan/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.
