| --- | |
| license: mit | |
| tags: | |
| - comfyui | |
| - image-generation | |
| - children-books | |
| - comic | |
| - sdxl | |
| - gritai | |
| # GritAI Comic Pipeline | |
| 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. | |
| ## Capabilities | |
| - **Children's Books**: 20-page illustrated stories with consistent characters | |
| - **Comics**: Panel-based layouts with speech bubbles | |
| - **Coloring Books**: Line-art versions for print | |
| ## Sample Outputs | |
| - The Boy Who Cried Wolf (20 pages, children's book) | |
| - Cinderella (children's book) | |
| - War of the Worlds (comic format) | |
| - 38 stories in library | |
| ## Architecture | |
| ``` | |
| Story JSON → spine_agent.py → ComfyUI (SDXL) → Image Compositing → PDF | |
| ``` | |
| ## Requirements | |
| - ComfyUI with SDXL checkpoint (juggernautXL recommended) | |
| - Python 3.10+ | |
| - Local GPU (RTX 3060+ / 8GB+ VRAM) | |
| ## Usage | |
| ```powershell | |
| cd GritAI-ComicPipeline | |
| python spine_agent.py "render children_book stories/goldilocks.json" | |
| ``` | |
| ## Built By | |
| **Rob Lucyk** | GritAI Solutions LLC | Veteran-Owned | |
| Local-first AI infrastructure. No cloud dependencies for core rendering. | |
| *Built with ComfyUI + SDXL + Python + PowerShell* | |