gpt-imagegen

Installation
SKILL.md

GPT ImageGen

Use scripts/generate_image.py for text-to-image, image editing, image optimization, masked edits, and multi-image composition through the configured OpenAI-compatible Images API endpoint.

Use scripts/tile_canvas.py for local PNG canvas work: resizing, splitting, stitching, detail transfer, scoring, sharpening, and 4K/tile experiments.

For 4K, zoomable texture, tiled generation, seam repair, or upscaling workflows, read references/4k_workflows.md before generating or editing tiles.

Quick Start

Run the environment check before first use or after config changes:

python3 scripts/check_environment.py

The skill requires Python 3.9+, recommends Python 3.10+, has no third-party Python dependencies, and needs a configured HTTPS API endpoint.

If config is missing:

Installs
65
GitHub Stars
42
First Seen
Apr 27, 2026
gpt-imagegen — volientduan/skills