> 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/es/guias-practicas/creating-motion-comics.md).

# Crear cómics animados

Aquí te mostramos cómo crear un cómic animado desde cero en Morphic.

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

1. Desde la barra de instrucciones, selecciona Manga como modelo de estilo. Puedes seleccionar tu propio [modelo de estilo personalizado](/docs/es/esenciales/models.md) si has entrenado uno.

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

2. Introduce una instrucción para generar las imágenes de tu cómic animado y luego haz clic en Generar.

<figure><img src="/files/1dfc17db230d6d5e357a69b36975e9a2bd9c3332" alt=""><figcaption></figcaption></figure>

3. Una vez que hayas elegido una imagen con la que continuar, selecciónala y cambia al modo Video.

<figure><img src="/files/5ba966cdf8e43156d8275c8c668ed8755364ee02" alt=""><figcaption></figcaption></figure>

4. Introduce la instrucción que describe la animación que te gustaría ver y haz clic en Generar para crear tu primer video.

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

5. Selecciona de nuevo la primera imagen, vuelve al modo Imagen e introduce una instrucción que describa los cambios deseados para generar una nueva imagen.

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

6. Repite el paso 4 para animar esta nueva imagen y generar un segundo video.

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

7. Repite el paso 5 para crear otra nueva imagen, luego vuelve a repetir el paso 4 para animarla y generar un tercer video.

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

8. Ahora tendrás tres imágenes diferentes y tres videos correspondientes. Une estos tres videos para crear el resultado final de tu cómic animado:

<figure><img src="/files/15d1f7ec578659e63540ef4d7e7c68bcf7db0783" alt=""><figcaption></figcaption></figure>

Esto es perfecto para añadir un flujo cinematográfico a tu manga o a ilustraciones con estilo personalizado. Te permite pasar de imágenes estáticas a una narración tipo cómic animado sin esfuerzo.

***

Si tienes algún problema o alguna pregunta, no dudes en ponerte en contacto. Estaremos encantados de ayudarte. Escríbenos a [**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/es/guias-practicas/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.
