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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

To-do

  1. Add descriptions for each setting, according to the documentation.
  2. Have the API key save to the user's computer.
  3. Better error handling.
  4. Add the ability to download images from the UI.

About

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.

License:GNU General Public License v3.0


Languages

Language:HTML 61.8%Language:JavaScript 38.2%