/imagine

Python GUI for generating images with OpenAi's Dall-e 3

Primary LanguagePython

app

Requires Python 3+

  1. Download or clone the repository
  2. Navigate to the project folder in the terminal:
pip install -r requirements.txt
  1. Run main.py
python3 main.py
  1. Add your OpenAI API key using the interace
  2. Be mindful of your usage as large HD images cost 16 cents each.
  3. Save new prompts by adding a prompt name that will appear in the tab of templates.
  4. To edit an image, load your image and the same image with a mask applied to the area you want to edit. Add a prompt of what the full image should be. The built in tool is choppy and needs work.

image1 image2