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

# モーションコミックの作成

Morphicで、ゼロからモーションコミックを作成する方法は次のとおりです。

<figure><img src="/files/3351ba126ab6f4d4d70a8d46b64e222f27dead29" alt=""><figcaption></figcaption></figure>

1. プロンプトバーから、スタイルモデルとして「Manga」を選択します。必要に応じて、ご自身の [カスタムスタイルモデル](/docs/jp/ji-ben/style-models.md) を選択することもできます。

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

2. モーションコミック用の画像を生成するためのプロンプトを入力し、［Generate］をクリックします。

<figure><img src="/files/383fce2a628f5ee9cbbccee42abe90a55c530734" alt=""><figcaption></figcaption></figure>

3. 続ける画像を選んだら、それを選択してビデオモードに切り替えます。

<figure><img src="/files/55a5969fda7164965507cb707ec635b47beaea52" alt=""><figcaption></figcaption></figure>

4. 表示したいアニメーションを説明するプロンプトを入力し、［Generate］をクリックして最初の動画を作成します。

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

5. 最初の画像をもう一度選択し、イメージモードに戻して、変更内容を説明するプロンプトを入力し、新しい画像を生成します。

<figure><img src="/files/9725a06df00b12cff1dda598338d8efc43a12063" alt=""><figcaption></figcaption></figure>

6. 手順4を繰り返してこの新しい画像をアニメーション化し、2本目の動画を生成します。

<figure><img src="/files/27fdf75ba3b0c7c1381e287029f249ef5a871540" alt=""><figcaption></figcaption></figure>

7. 手順5を繰り返して別の新しい画像を作成し、続けて再び手順4でそれをアニメーション化して3本目の動画を生成します。

<figure><img src="/files/0641d2b40a5dd44e4a627fa748ad8bf04ac4ffda" alt=""><figcaption></figcaption></figure>

8. これで、3つの異なる画像と、それぞれに対応する3本の動画ができました。これら3本の動画をつなぎ合わせて、最終的なモーションコミックを作成します。

<figure><img src="/files/433dce760da52964dae4f59aa20dbc903102910e" alt=""><figcaption></figcaption></figure>

これは、あなたのマンガやカスタムスタイルの作品に映画のような流れを加えるのに最適です。静止画からモーションコミックのストーリーテリングへ、手間なく移行できます。

***


---

# 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:

```
GET https://morphic.com/docs/jp/igaido/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.
