Gen-OpenAI-Image: Generate Images with OpenAI

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


Download Details:

Author: ddikman
Source Code: https://github.com/ddikman/gen-openai-image 
License: ISC

#openai #image #api 

Gen-OpenAI-Image: Generate Images with OpenAI
1.45 GEEK