CLI tool
Style system
A style (asset) is a reusable look applied with --style NAME — a text snippet and/or pinned reference images. Pin once, and never re-pass --ref again.
terminal
# a text-only style
$ chatgpt-imagegen style add brand "flat vector, bold shapes, teal accent, white bg"
# pin a recurring character (a few angles = more consistent)
$ chatgpt-imagegen style add pip "a round orange fox" --kind character --ref a.png --ref b.png
# stack: same fox, brand look
$ chatgpt-imagegen "Pip ordering coffee" --style pip --style brandTwo kinds
--kind style matches an aesthetic without copying content; --kind character reproduces a fixed subject (your mascot). --style is repeatable, so a character and a look stack.Three built-ins ship: doodle, xiaohei (Ian's hand-drawn explainer), snoopy (Peanuts comic). Manage with style list / show / rm / use / reset; stored in ~/.config/chatgpt-imagegen/styles.json.
by 郭立 · Guo Li · leeguoo · Blog · GitHub