gen-openai-image

1.0.4 • Public • Published

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 ...

Readme

Keywords

none

Package Sidebar

Install

npm i gen-openai-image

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

4.1 kB

Total Files

5

Last publish

Collaborators

  • ddikman