diff --git a/README.md b/README.md index 54553d8..877d997 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ An open-source AI-powered manga creation tool that transforms text stories into ![Python](https://img.shields.io/badge/Backend-FastAPI-blue) ![Vue](https://img.shields.io/badge/Frontend-Vue3-green) +## ✨ Core Philosophy + +* **JSON-Driven Workflow**: The core of this project is to manage the entire comic creation process through structured JSON data. From story outlines to character settings, and finally to storyboard details, everything is stored and processed as JSON. This ensures data consistency, version control, and easy integration with AI models. +* **Global Configuration (Global Config JSON)**: A centralized configuration system that controls the artistic direction of the entire project. + * **Style Consistency**: Defines the global art style (e.g., "Cyberpunk", "Watercolor"), aspect ratios, and color palettes, ensuring all generated panels adhere to a unified visual language. + * **Character & Layout Control**: Manages global character traits and storyboard layout preferences (e.g., panel spacing, border styles). + * **Dynamic Synchronization**: Changes to the global config automatically propagate to all storyboard panels, allowing for quick style iterations without manually editing each frame. + ## ✨ Core Features * **Project Management**: Supports multi-project management, with each project independently saving story, characters, and storyboard data. diff --git a/README_CN.md b/README_CN.md index d5b5429..5702af0 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,6 +8,13 @@ ![Python](https://img.shields.io/badge/Backend-FastAPI-blue) ![Vue](https://img.shields.io/badge/Frontend-Vue3-green) +## ✨ 核心理念 +* **JSON 驱动的工作流**: 本项目的核心思想是通过结构化的 JSON 数据来管理整个漫画创作流程。从故事大纲到角色设定,再到分镜细节,所有内容都以 JSON 格式存储和处理。这确保了数据的一致性、版本控制能力,以及与 AI 模型的高效集成。 +* **全局配置 (Global Config JSON)**: 一个集中式的配置系统,用于掌控整个项目的艺术方向。 + * **风格一致性**: 定义全局画风(如“赛博朋克”、“水墨风”)、画幅比例和色调,确保生成的所有分镜都遵循统一的视觉语言。 + * **角色与布局控制**: 管理全局角色特征和分镜布局偏好(如分镜间距、边框样式)。 + * **动态同步**: 对全局配置的修改会自动同步应用到所有分镜中,无需手动逐格调整,即可快速迭代整体风格。 + ## ✨ 核心功能 * **项目管理**: 支持多项目管理,每个项目独立保存故事、角色和分镜数据。