Analysis updated 2026-05-18
Convert a photo or illustration into a whiteboard hand-drawn animation video by asking Codex with a single natural language instruction
Generate a whiteboard animation of an anime-style sketch using the Anime2Sketch line-art model running locally on your machine
Add whiteboard video generation to a custom AI assistant workflow by installing the skill and engine
| gnipbao/codex-whiteboard-video-skill | jsingletonai/dejavu | kizuna-intelligence/irodori-tts-lite | |
|---|---|---|---|
| Stars | 55 | 56 | 53 |
| Language | Python | Python | Python |
| Setup difficulty | hard | easy | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | vibe coder | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires cloning two upstream model repositories with full source code and downloading pre-trained weight files before the engine can run.
codex-whiteboard-video-skill is an adapter that lets the Codex AI coding assistant call a separate whiteboard video generation engine. The underlying engine, called whiteboard-video-engine, takes images (photos, SVG files, sketches, or scripts) and renders them as videos that look like a hand drawing the image on a whiteboard. This repository contains only the skill instructions and a thin wrapper script, the actual rendering code and AI models live in the companion engine repository. Once installed, you can invoke the skill by referencing its SKILL.md file inside a Codex session and describing what you want. The engine traces the image through a line-art extraction step (converting a photo or illustration to sketch lines), animates the drawing stroke by stroke with configurable stroke style and timing, and outputs an mp4 video. The line-art extraction uses one of two AI models: Informative Drawings (for contour and sketch-style output) or Anime2Sketch (for anime-style output). Both models require downloading their full upstream repositories along with their pre-trained weight files, not just the weights alone, because the engine imports Python modules from those repositories directly. Setting up the models is the most involved part of the installation. Installation has two steps: installing the Python engine package from GitHub, then cloning this skill repository into the Codex skills directory. A doctor command verifies the setup. No API keys are required since all processing runs locally. The README is written primarily in Chinese. This project is aimed at developers who want whiteboard video generation inside an AI coding assistant workflow. It is MIT licensed, though the upstream model code and weights follow their own separate licenses.
A Codex skill adapter that lets you ask an AI coding assistant to turn images into whiteboard hand-drawn animation videos, using a local Python rendering engine with no API keys required.
Mainly Python. The stack also includes Python, PyTorch, ffmpeg.
MIT for the skill wrapper, upstream model code and weights follow their own separate licenses.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.