Skip to content
Courses/Generative AI: image, voice and video/Local video with Wan and ComfyUI

Local video with Wan and ComfyUI

Generative video is tempting, but memory-intensive and easy to get out of hand. For education, start with short clips, simple shots, and a clear role within the lesson.

  • Design short clips that explain a specific idea.
  • Understand when to use text-to-video or image-to-video.
  • Combine image, voice, and subtitles into a reviewable result.

Scene plan before the model

Terminal
{
  "escena": "vector database",
  "duracion_segundos": 4,
  "formato": "16:9",
  "entrada": "imagen aprobada rag-hibrido-portada.png",
  "movimiento": "paneo lento hacia los documentos citados",
  "prohibido": ["texto pequeño ilegible", "caras", "logos"],
  "salida": "clip-rag-hibrido-4s.mp4"
}

Recommended workflow

  • Generate a still image and approve it.
  • Create a 3 to 5 second clip with minimal movement.
  • Check for deformations, broken text, and visual identity shifts.
  • Add narration and subtitles outside the video model.
  • Export a lightweight version for the web.
Terminal
ffmpeg -i clip-rag-hibrido-4s.mp4 \
  -i narracion.wav \
  -shortest \
  -c:v libx264 -crf 23 -preset medium \
  -c:a aac \
  salida-capsula.mp4
Complete Aulafy mapSee how this lesson fits without leaving your path.

Complete Aulafy map

How all courses connect

This is not a checklist. Start with the foundation, choose an outcome, and go deeper only when your project needs more control.

  1. 1Understand
  2. 2Apply or build
  3. 3Operate with confidence
01

Choose an application

Turn the foundation into a visible outcome: a website, a business improvement, media, or an interactive experience.

Continue into the technical branch when you need to maintain code, data, or infrastructure.

02

Build with code

Prepare your environment, work with coding agents, and run models while keeping control of your projects.

This branch prepares you to design and operate reliable AI systems.

03

Take systems to production

Combine retrieval, agents, evaluation, security, deployment, and model adaptation when the problem requires it.

You do not need every course: choose the component your system needs and return as it grows.

View full catalogue