Skip to content

JakubBialoskorski/dalle-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DALL-E 2 API

Used to generate images with OpenAI DALL-E 2 system .

For example:

"Family walking through the Dolomites" "Volvo V50 driving fast in heavy snowstorm" "Freedom must be gained"
Example 1 Example 2 Example 3

Graphical previews / UI can be accessed on OpenAI Labs page .

Kudos to Fireship for providing a supply of excellent ideas. I highly recommend visiting his GitHub profile .

How to start

  • Run npm i inside the repository to install required packages
  • Register (for free) and get your API key from OpenAI page
  • Put your API key as apiKey in the generate.js file
  • Put your desired paint phrase as prompt in the generate.js file
  • Run with node generate.js - your image will be saved to the /output directory

About

OpenAI DALL-E 2 image generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published