ideogram4-editor

GUI layer editor for Ideogram 4 structured JSON prompts

Python 3.10+ DearPyGui 2.3.1 Ideogram 4 Linux / macOS / Windows MIT
ideogram4-editor screenshot

What it does

Ideogram 4 accepts structured JSON prompts where every region is described with a bounding box. Writing these by hand means tracking [ymin, xmin, ymax, xmax] coordinates across multiple layers — error-prone and slow. This editor gives you a visual canvas instead.

Features

Example outputs

sci-fi poster
Sci-fi movie poster — photo mode
comfyui arcade
ComfyUI arcade parody — art mode

Install & run

git clone https://github.com/vimcomes/ideogram4-editor.git
cd ideogram4-editor
./run.sh        # Linux/macOS — creates venv on first run
run.bat         # Windows
View on GitHub →