# aimangastudio **Repository Path**: chenbin2121/aimangastudio ## Basic Information - **Project Name**: aimangastudio - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-12 - **Last Updated**: 2026-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AIMangaStudio [![中文](https://img.shields.io/badge/-中文-0078D7?style=flat-square)](./README.md) [![English](https://img.shields.io/badge/-English-4CAF50?style=flat-square)](./README.en-US.md) [![日本語](https://img.shields.io/badge/-日本語-F44336?style=flat-square)](./README.ja-JP.md) ![og image](./og.webp) 一个利用 AI 制作漫画的工具,支持脚本创作、分镜设计和角色风格控制。 ## 项目概述 AIMangaStudio 旨在为独立创作者与工作室提供一套端到端的漫画创作流水线,集成剧情生成、分镜布局、角色设定与页间连续性分析等功能,简化从脚本到漫画页面的制作流程。 ## 主要功能 1. 自然语言生成漫画脚本(剧情、对白、旁白) ![](AI%20剧情建议.jpg) 2. 角色与风格设定(支持多种绘画风格) ![](创建角色.jpg) 3. AI 分镜自动排版(对话框、镜头切换) ![](风格设定.jpg) 4. 多页漫画导出(PNG、PDF) ![](批量导出.jpg) ## 快速开始 ### 环境要求 - Node.js(建议 18+) - npm 或 yarn ### 安装 ```bash npm install # 或 # yarn ``` ### 开发 ```bash npm run dev ``` ### 构建与预览 ```bash npm run build npm run preview ``` ## 技术栈 - 前端:React + Vite + TypeScript - AI:Google GenAI(通过 `@google/genai` 包) ## 一键部署 [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/morsoli/aimangastudio) [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/morsoli/aimangastudio) ## 目标用户 - 独立创作者 - 漫画爱好者 - 内容工作室 - 自媒体运营者 ## 贡献 欢迎提交 issue 或 pull request。请遵循项目的代码风格与贡献指南。 ## 许可证 MIT