Releases: ChrisChen667788/wind-comic
Release list
Wind Comic v2.12.0 — Initial Public Release 🌬️
What is Wind Comic?
One line of text → one finished short-form drama.
Wind Comic is a multi-agent AI pipeline that takes a single-sentence idea and produces a polished short film: script, character bible, cinematic storyboards, voice-acted shots, BGM, and a final composition. It treats character consistency as a measurement problem, not a prompting wish.
This is the first public release after a year of internal development.
✨ Headline features
- Polish Studio Pro — McKee / Field / Seger framework, dual-tier polish, industry audit card, 10-version history, Word + Markdown export
- Cameo Vision Auto-Retry — vision-LLM scores each shot against the canonical character ref; below 75 → automatic regen with progressive
+ "cw" +boost (100 → 125), with rollback if the retry is worse - 6-D Character Bible — gender / age / skin / build / wardrobe / personality auto-extracted from face uploads
- Scene Anchoring + 3-Tier
+ "cw" +— locked-face (125) / lead (100) / supporting (80) consistency policy per shot - 14 cinematic transition vocabulary — match-cut · j-cut · l-cut · whip-pan · cross-fade — wired to a real ffmpeg pipeline
- TTS / BGM resilience — silent-mp3 fallback preserves the timeline on TTS failure
- 7 SSE-streamed agents in an in-app chat sidebar
- Provider-agnostic — any OpenAI-compatible LLM, MJ via any aggregator, Minimax / Vidu / Kling / Veo / Sora / fal / ComfyUI cascading
🧪 Quality bar
- 343 vitest tests passing
- 0 TypeScript errors (strict mode)
- CI on Node 20.x + 22.x matrix
🚀 Quick start
```bash
git clone https://github.com/ChrisChen667788/wind-comic.git
cd wind-comic
npm install
cp .env.example .env.local # fill in OPENAI_API_KEY + MINIMAX_API_KEY at minimum
npm run dev # → http://localhost:3000
```
You only need two keys to get a working pipeline. See .env.example for the full annotated provider list, and README.md for the cinematic-config recommendations.
🗺 What's next
The full plan is in ROADMAP.md. The active sprint is A (Consistency Deepening) with three open items: 6-D face reverse-extraction, cross-project Character Bible, and an embedded Cameo dashboard. PRs welcome.
📜 License
MIT. Use it, fork it, build a studio with it.
If Wind Comic helps you ship, a star is the only thanks I need.