drawstyle docs
中文 ← Gallery

CLI tool

Using gallery styles

The gallery at drawstyle.leeguoo.com holds styles everyone shares. No script update needed — search and use them straight from the CLI.

terminal
# search the gallery
$ chatgpt-imagegen style search "watercolor mascot" --category avatar-ip

# fastest: generate with a gallery style, nothing saved locally
$ chatgpt-imagegen "a fox barista" --style-online pip

# or pull it locally to reuse offline
$ chatgpt-imagegen style pull pip --as pip2
--style-online is the fastest path
It fetches that style's snippet and reference images on demand, uses them for this one generation, and writes nothing to your local library. Perfect for see-it-use-it.
Do I need to log in?
Nostyle search, style pull and --style-online need no login. Only publishing (style publish) needs a one-time browser login.


by 郭立 · Guo Li · leeguoo · Blog · GitHub