imgen

Crates.ioimgen
lib.rsimgen
version0.1.3
sourcesrc
created_at2024-03-10 16:19:59.300358
updated_at2024-09-28 12:28:42.546634
descriptionA cli wrapper around OpenAI imgage generation that works for me.
homepage
repositoryhttps://github.com/kloki/imgen
max_upload_size
id1168785
size39,907
Koen Klinkers (kloki)

documentation

README

imgen

A cli wrapper around OpenAI image generation that works for me. Give multiple prompts and request them concurrently.

Install

cargo install imgen

Config

OpenAI api key should be set using envar OPENAI_API_KEY.

Run

imgen "First prompt" "Second prompt"

If a prompt is . imgen will reuse the previous prompt. This way you can easily request variations like this.

imgen "prompt" . .
Commit count: 19

cargo fmt