by waoowaooAI
The first industrial-grade full-process AI film and television production platform. Industry-first professional AI Agent platform for controllable film & video production. From shorts to live-action with Hollywood-standard workflows.
# Add to your Claude Code skills
git clone https://github.com/waoowaooAI/waoowaoo<img width="1676" height="540" alt="chat" src="https://github.com/user-attachments/assets/30c6fcf6-b605-48da-a571-7b7aead3df8d" /> <img width="1676" height="540" alt="chat1" src="https://github.com/user-attachments/assets/40d583a2-223a-46d9-b96b-a966390d44f8" />[!IMPORTANT] ⚠️ 测试版声明:本项目目前处于测试初期阶段,由于暂时只有我一个人开发,存在部分 bug 和不完善之处。我们正在快速迭代更新中,欢迎进群反馈问题和需求请及时关注项目更新!目前更新会非常频繁,后续会增加大量新功能以及优化效果,我们的目标是成为行业最强AI工具!!
⚠️ Beta Notice: This project is currently in its early beta stage. As it is currently a solo-developed project, some bugs and imperfections are to be expected. We are iterating rapidly—please stay tuned for frequent updates! We are committed to rolling out a massive roadmap of new features and optimizations, with the ultimate goal of becoming the top-tier solution in the industry. Your feedback and feature requests are highly welcome!
一款基于 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 |
No comments yet. Be the first to share your thoughts!
前提条件:安装 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 pull
docker compose down && docker compose up -d --build
Prerequisites: Install Docker Desktop
git clone https://github.com/saturndec/waoowaoo.git
cd waoowaoo
docker compose up -d
Visit 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 ...