Scripts2026年7月21日·1 分钟阅读

Pixelle-Video — AI Automated Short Video Engine

Open-source AI engine for fully automated short video production, from script generation to final render, with ComfyUI and TTS integration.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Pixelle-Video
直接安装命令
npx -y tokrepo@latest install 31ba1bd2-8523-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Pixelle-Video is an open-source AI engine that automates the entire short video production pipeline. It takes a topic or script and produces a finished video with voiceover, visuals, subtitles, and background music without manual editing.

What Pixelle-Video Does

  • Generates scripts from topics using LLM integration
  • Produces AI voiceover via configurable TTS backends
  • Creates or selects visuals through ComfyUI image generation
  • Adds synchronized subtitles and background music
  • Outputs ready-to-publish short videos in standard formats

Architecture Overview

Pixelle-Video is built as a modular pipeline in Python. Each stage (script, audio, visual, subtitle, composition) runs as an independent module orchestrated by a central workflow engine. ComfyUI handles image generation, FFmpeg handles media compositing, and LLM providers handle script creation. Configuration files define the pipeline steps and model choices.

Self-Hosting & Configuration

  • Requires Python 3.10+ and FFmpeg installed locally
  • Configure LLM provider keys in the YAML config
  • Set up ComfyUI locally or point to a remote instance for image generation
  • TTS backend is configurable (multiple engines supported)
  • Output resolution, format, and duration are adjustable via config

Key Features

  • End-to-end automated video production from text input
  • Pluggable LLM, TTS, and image generation backends
  • ComfyUI integration for high-quality AI-generated visuals
  • Batch processing for multiple videos in sequence
  • Subtitle generation with timing synchronization

Comparison with Similar Tools

  • MoneyPrinterTurbo — focuses on monetization workflows; Pixelle-Video is more modular and extensible
  • Revideo — code-driven video editing; Pixelle-Video is fully automated from script to output
  • FFmpeg — low-level media tool; Pixelle-Video orchestrates FFmpeg as part of a higher-level pipeline
  • OpenMontage — AI production system; Pixelle-Video targets short-form content specifically

FAQ

Q: What LLM providers does it support? A: It supports OpenAI-compatible APIs including local models via Ollama or vLLM.

Q: Do I need a GPU? A: A GPU is recommended for ComfyUI image generation but not strictly required for the pipeline itself.

Q: What video formats are supported? A: MP4 is the default output format; other FFmpeg-supported formats can be configured.

Q: Can I use my own images instead of AI-generated ones? A: Yes, you can provide a folder of images and the pipeline will use them instead of generating new ones.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产