⚠️ 测试版声明:本项目目前处于测试初期阶段,由于暂时只有我一个人开发,存在部分 bug 和不完善之处。我们正在快速迭代更新中,欢迎进群反馈问题和需求!
⚠️ Beta Notice: This project is in early beta. It's currently solo-developed, so bugs and rough edges exist. We're iterating fast — feel free to open an Issue!
一款基于 AI 技术的短剧/漫画视频制作工具,支持从小说文本自动生成分镜、角色、场景,并制作成完整视频。
An AI-powered tool for creating short drama / comic videos — automatically generates storyboards, characters, and scenes from novel text, then assembles them into complete videos.
| 中文 | English | |
|---|---|---|
| 🎬 | AI 剧本分析 - 自动解析小说,提取角色、场景、剧情 | AI Script Analysis - parse novels, extract characters, scenes & plot |
| 🎨 | 角色 & 场景生成 - AI 生成一致性人物和场景图片 | Character & Scene Generation - consistent AI-generated images |
| 📽️ | 分镜视频制作 - 自动生成分镜头并合成视频 | Storyboard Video - auto-generate shots and compose videos |
| 🎙️ | AI 配音 - 多角色语音合成 | AI Voiceover - multi-character voice synthesis |
| 🌐 | 多语言支持 - 中文 / 英文界面,右上角一键切换 | Bilingual UI - Chinese / English, switch in the top-right corner |
前提条件:安装 Docker Desktop
git clone https://github.com/saturndec/waoowaoo.git
cd waoowaoo
docker compose up -d访问 http://localhost:13000 开始使用!
首次启动会自动完成数据库初始化,无需任何额外配置。
⚠️ 如果遇到网页卡顿:HTTP 模式下浏览器可能限制并发连接。可安装 Caddy 启用 HTTPS:caddy run --config Caddyfile
git fetch origin && git reset --hard origin/main
docker compose down && docker compose up -d --buildPrerequisites: Install Docker Desktop
git clone https://github.com/saturndec/waoowaoo.git
cd waoowaoo
docker compose up -dVisit http://localhost:13000 to get started!
The database is initialized automatically on first launch — no extra configuration needed.
⚠️ If you experience lag: HTTP mode may limit browser connections. Install Caddy for HTTPS:caddy run --config CaddyfileThen visit https://localhost:1443
git fetch origin && git reset --hard origin/main
docker compose down && docker compose up -d --build启动后进入设置中心配置 AI 服务的 API Key,内置配置教程。
After launching, go to Settings to configure your AI service API keys. A built-in guide is provided.
💡 推荐 / Recommended: Tested with ByteDance Volcano Engine (Seedance, Seedream) and Google AI Studio (Banana). Text models currently require OpenRouter API.
- Framework: Next.js 15 + React 19
- Database: MySQL + Prisma ORM
- Queue: Redis + BullMQ
- Styling: Tailwind CSS v4
- Auth: NextAuth.js
暂不接受 Pull Request,如有问题或建议,欢迎提交 Issue!
Pull Requests are not accepted at this time. For bugs or suggestions, please open an Issue.
Made with ❤️ by waoowaoo team
