/dalle3-openai-api-image-generator

This is a simple DALL·E 3 image generator that utilizes your OpenAI API key. Images are generated by inputting descriptions and keywords into the prompt field.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

image

Run Locally

  1. If you haven't already, get yourself an OpenAI API key.
  2. Download and unzip all the files from this repository to a folder.
  3. Open the .html file in a web browser.
  4. Paste in your API key
  5. Enter your prompt and adjust the settings to your liking.
  6. Generate!

Note: At the moment, images are only stored on OpenAI's servers for an hour. You'll need to download the images before they expire if you want to keep them.

To-do

  1. Add descriptions for each setting, according to the documentation.
  2. Have the API key save to the user's computer.
  3. Find a way to circumvent OpenAI server-side expiration.
  4. Better error handling.
  5. Add the ability to download/expand images from the UI.