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

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

Morphicでモーションコミックをゼロから作成する方法はこちらです。

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

1. プロンプトバーから、スタイルモデルとしてMangaを選択します。独自のものを選択することもできます [カスタムスタイルモデル](/docs/jp/ji-ben/models.md) すでに学習済みのものがあれば。

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

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

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

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

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

4. 見たいアニメーションを説明するプロンプトを入力し、プロンプトバーの青いボタンをクリックして最初の動画を作成します。

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

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

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

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

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

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

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/jp/hauts/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.
