AIComics

๐ŸŽฌ AI-powered manga & animation video generation pipeline. Write a story โ†’ auto-split into scenes โ†’ AI-generate frames โ†’ dub โ†’ publish. Runs entirely on open-source models via ComfyUI.

โšก Zero API Cost ๐ŸŽจ ComfyUI ๐Ÿ”Š Piper TTS ๐Ÿณ Docker ๐Ÿ†“ MIT License

โœจ Features

๐Ÿ“– Story-to-Video

Write any story or prompt. The system automatically splits it into scenes, generates manga-style frames, and assembles them into a video.

๐ŸŽ™๏ธ Auto Dubbing

Zero-cost text-to-speech via Piper TTS. Each character gets distinct voice lines synced to the animation timeline.

๐Ÿณ One-Click Deploy

Docker Compose brings up the entire pipeline โ€” ComfyUI sidecar, web interface, and job runner โ€” with a single command.

๐Ÿ”„ Batch Production

Designed for content factories. Queue multiple stories, process them in parallel, and publish results automatically.

๐Ÿ”ง Fully Customizable

Swap models, change art styles, add new workflows โ€” everything is driven by ComfyUI workflows and config files.

๐Ÿ“ฆ One-Person Studio

Built for solo creators. No subscriptions, no API fees, no hidden costs. Your hardware, your content.

๐Ÿš€ Quick Start

# Clone
git clone https://github.com/chfr19820610-cell/AIComics.git
cd AIComics

# Launch
docker compose up -d

# Open http://localhost:8080 and start creating!

๐Ÿ“Š Pipeline Overview

 Story Input (text or prompt)
    โ”‚
    โ–ผ
 Scene Splitter โ”€โ”€โ–บ Frame Generator (ComfyUI)
    โ”‚                               โ”‚
    โ–ผ                               โ–ผ
 Script Writer               Image Assembler
    โ”‚                               โ”‚
    โ–ผ                               โ–ผ
 TTS (Piper) โ”€โ”€โ–บ Audio Sync โ”€โ”€โ–บ Video Export
    โ”‚
    โ–ผ
 Publish / Share