#openai #prompt #openai-api #generation #wrapper #cli #multiple

app imgen

A cli wrapper around OpenAI imgage generation that works for me

3 releases

0.1.2 Mar 11, 2024
0.1.1 Mar 11, 2024
0.1.0 Mar 10, 2024

#298 in Web programming

Download history 86/week @ 2024-03-04 354/week @ 2024-03-11 9/week @ 2024-03-18 57/week @ 2024-04-01

506 downloads per month

MIT/Apache

12KB
138 lines

imgen

A cli wrapper around OpenAI imgage 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 . is will reuse the previous prompt. So the create 3 variations run:

imgen "prompt" . .

Dependencies

~7–21MB
~312K SLoC