> 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/br/como-fazer/creating-motion-comics.md).

# Criando motion comics

Veja como criar um motion comic do zero no Morphic.

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

1. Na barra de prompt, selecione Manga como modelo de estilo. Você pode selecionar o seu próprio [modelo de estilo personalizado](/docs/br/essenciais/models.md) se tiver treinado um.

<figure><img src="/files/918e0be7b2647682a7729f48f273b54ffccc900f" alt=""><figcaption></figcaption></figure>

2. Insira um prompt para gerar as imagens do seu motion comic e, em seguida, clique em Gerar.

<figure><img src="/files/76cca36f25f166990cd8a58650557ca7d85945a7" alt=""><figcaption></figcaption></figure>

3. Depois de escolher uma imagem para continuar, selecione-a e mude para o Modo de Vídeo.

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

4. Insira o prompt descrevendo a animação que você gostaria de ver e clique em Gerar para criar seu primeiro vídeo.

<figure><img src="/files/40d4b83fc36a53fad76a44ac707a62b167cbd945" alt=""><figcaption></figcaption></figure>

5. Selecione a primeira imagem novamente, volte para o Modo de Imagem e insira um prompt descrevendo as mudanças desejadas para gerar uma nova imagem.

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

6. Repita a etapa 4 para animar essa nova imagem e gerar um segundo vídeo.

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

7. Repita a etapa 5 para criar outra nova imagem, depois a etapa 4 novamente para animá-la e gerar um terceiro vídeo.

<figure><img src="/files/3bb4c47e08cb26cff01ef9a60912968dc9af9ee0" alt=""><figcaption></figcaption></figure>

8. Agora você terá três imagens diferentes e três vídeos correspondentes. Una esses três vídeos para criar a saída final do seu motion comic:

<figure><img src="/files/872abed68fb8dfac453fde238f3030afd28ea49a" alt=""><figcaption></figcaption></figure>

Isso é perfeito para adicionar um fluxo cinematográfico à sua arte de mangá ou ao seu estilo personalizado. Ele permite que você vá de imagens estáticas a uma narrativa de motion comic sem esforço.

***

Se você tiver algum problema ou alguma dúvida, entre em contato. Teremos prazer em ajudar. Escreva para nós em [**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/br/como-fazer/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.
