1.0.4 • Published 10 months ago

gen-openai-image v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

OpenAI DALL-E image generator CLI

I wanted to generate a bunch of images given prompts in an easy way.

Although a CURL might've been able to do it, I ended up packaging it in this small cli.

Usage

export OPENAI_API_KEY=your-key
gen-openai-image --variations 1 --output test --size 256 --prompt "A worm eating an apple"

Or, use npx to call the latest published version of this cli:

npx gen-openai-image --prompt "A woodchipper spitting out png files" --key "your api key"

Building locally

I use yarn link in the root folder of this project to symlink the bin script. Then you can do local changes and test them by running gen-openai-image ...

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago