Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- comfyui
|
| 5 |
+
- image-generation
|
| 6 |
+
- children-books
|
| 7 |
+
- comic
|
| 8 |
+
- sdxl
|
| 9 |
+
- gritai
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# GritAI Comic Pipeline
|
| 13 |
+
|
| 14 |
+
AI-powered illustrated book generation system. Takes story JSON input, generates consistent character art via SDXL + ComfyUI, composites with text overlays, outputs publication-ready PDFs.
|
| 15 |
+
|
| 16 |
+
## Capabilities
|
| 17 |
+
- **Children's Books**: 20-page illustrated stories with consistent characters
|
| 18 |
+
- **Comics**: Panel-based layouts with speech bubbles
|
| 19 |
+
- **Coloring Books**: Line-art versions for print
|
| 20 |
+
|
| 21 |
+
## Sample Outputs
|
| 22 |
+
- The Boy Who Cried Wolf (20 pages, children's book)
|
| 23 |
+
- Cinderella (children's book)
|
| 24 |
+
- War of the Worlds (comic format)
|
| 25 |
+
- 38 stories in library
|
| 26 |
+
|
| 27 |
+
## Architecture
|
| 28 |
+
```
|
| 29 |
+
Story JSON → spine_agent.py → ComfyUI (SDXL) → Image Compositing → PDF
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
## Requirements
|
| 33 |
+
- ComfyUI with SDXL checkpoint (juggernautXL recommended)
|
| 34 |
+
- Python 3.10+
|
| 35 |
+
- Local GPU (RTX 3060+ / 8GB+ VRAM)
|
| 36 |
+
|
| 37 |
+
## Usage
|
| 38 |
+
```powershell
|
| 39 |
+
cd GritAI-ComicPipeline
|
| 40 |
+
python spine_agent.py "render children_book stories/goldilocks.json"
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
## Built By
|
| 44 |
+
**Rob Lucyk** | GritAI Solutions LLC | Veteran-Owned
|
| 45 |
+
Local-first AI infrastructure. No cloud dependencies for core rendering.
|
| 46 |
+
|
| 47 |
+
*Built with ComfyUI + SDXL + Python + PowerShell*
|