GitHub radar

PRINTFILM: Open-Source AI Studio for Short Videos

An open-source platform that takes a topic and produces a finished short AI video or episodic comic — story, images, video, and voice in one automated pipeline.

01yi1108/printfilm 529Python

PRINTFILM is an open-source AI studio for short videos and episodic comics. The pipeline handles the full workflow: story is written via any OpenAI-compatible API (Kimi, DeepSeek, and similar), images are generated with Volcano Engine Seedream, video clips with Seedance, and voice with Doubao TTS or the free edge-tts. The platform is designed as a multi-user service with user registration, usage-based billing, and an external API — run it for yourself or offer it to others. An admin panel handles model routing so you can switch text providers without editing config files. Requires Docker (for PostgreSQL and Redis), Python 3.12, Node.js 20+, and FFmpeg in PATH.

Why a vibe-coder should care

If you want to produce short AI videos or comics for a channel or client work without stitching together five separate tools, PRINTFILM ships the whole pipeline as a single deployable product. The main limitation: image and video generation is tied to Volcano Engine, a Chinese cloud service — you'll need an account there (free tier available).

How to install

Copy this and send it to your agent — Claude Code, Codex, any of them:

Deploy PRINTFILM from https://github.com/yi1108/printfilm — follow the README (start Postgres and Redis via docker compose, backend via uvicorn, two frontends via npm run dev), open localhost:5173, and show me the working interface. Ask me for API keys if needed.

Runs on a regular laptop — needs Docker, Python 3.12, Node.js 20+, and API keys: any OpenAI-compatible service for text, plus a Volcano Engine account for images and video.

Open on GitHub