nb is a production suite for high-quality AI-generated comics. It includes a streamlined image generator (`nb`) and a story-agnostic production pipeline (`comic-factory`).
- nb CLI: Direct interface for Google's official GenAI Image models.
- comic-factory: A full-issue production engine with batch-processing support.
- Economical Pipeline: Automatically leverages the 50% Batch API discount.
- Flexible Layouts: Grid-based HTML/CSS composition with SVG lettering.
```bash git clone https://github.com/nycdubliner/nb.git cd nb pip install . ```
Initialize a new project: ```bash mkdir my-comic && cd my-comic comic-factory init ```
Run the production loop:
- `comic-factory render` (Parallel Batch Generation)
- `comic-factory compose` (HTML Composition)
- `comic-factory rasterize` (Headless Rasterization)
- `comic-factory package` (CBZ Packaging)
This project is licensed under the MIT License.