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

# Motion-Comics erstellen

So erstellen Sie auf Morphic einen Motion Comic von Grund auf.

<figure><img src="/files/123f82753b7d7cb8002f493761984b3ed4808382" alt=""><figcaption></figcaption></figure>

1. Wählen Sie in der Prompt-Leiste Manga als Stilmodell aus. Sie können Ihr eigenes [benutzerdefiniertes Stilmodell](/docs/de/grundlagen/style-models.md) wenn Sie eines trainiert haben.

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

2. Geben Sie einen Prompt ein, um die Bilder für Ihren Motion Comic zu generieren, und klicken Sie dann auf „Generieren“.

<figure><img src="/files/796930900ab583fe4b48c2f6069fe883d48b2b93" alt=""><figcaption></figcaption></figure>

3. Sobald Sie ein Bild ausgewählt haben, mit dem Sie fortfahren möchten, wählen Sie es aus und wechseln Sie in den Videomodus.

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

4. Geben Sie den Prompt ein, der die gewünschte Animation beschreibt, und klicken Sie auf „Generieren“, um Ihr erstes Video zu erstellen.

<figure><img src="/files/60c178c12bfb5daaf3a58104eb03f556501250f4" alt=""><figcaption></figcaption></figure>

5. Wählen Sie das erste Bild erneut aus, wechseln Sie zurück in den Bildmodus und geben Sie einen Prompt ein, der die gewünschten Änderungen beschreibt, um ein neues Bild zu generieren.

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

6. Wiederholen Sie Schritt 4, um dieses neue Bild zu animieren und ein zweites Video zu generieren.

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

7. Wiederholen Sie Schritt 5, um ein weiteres neues Bild zu erstellen, und dann Schritt 4 erneut, um es zu animieren und ein drittes Video zu generieren.

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

8. Sie haben nun drei verschiedene Bilder und drei entsprechende Videos. Fügen Sie diese drei Videos zusammen, um Ihr finales Motion-Comic-Ergebnis zu erstellen:

<figure><img src="/files/81c8e5e818dba86c269cbe6e2b2db6f8443bc8b7" alt=""><figcaption></figcaption></figure>

Dies eignet sich perfekt, um Ihrem Manga oder Artwork im benutzerdefinierten Stil einen filmischen Fluss zu verleihen. So können Sie mühelos von statischen Bildern zu Motion-Comic-Storytelling übergehen.

***

Wenn du Probleme hast oder Fragen hast, melde dich gerne. Wir helfen dir gerne weiter, schreib uns an [**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/de/anleitungen/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.
