An open API service indexing awesome lists of open source software.

https://github.com/bb31420/imagine

Python GUI for generating images with OpenAi's Dall-e 3
https://github.com/bb31420/imagine

ai art artificial-intelligence dalle-2 dalle-3 gui gui-application image images openai openai-api prompt prompt-engineering python python3 tools

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

![app](https://i.imgur.com/aFG8wYW.png)
### Requires Python 3+
1. Download or clone the repository
2. Navigate to the project folder in the terminal:
```
pip install -r requirements.txt
```
3. Run main.py
```
python3 main.py
```
4. Add your OpenAI API key using the interace
5. Be mindful of your usage as large HD images cost 16 cents each.
6. Save new prompts by adding a prompt name that will appear in the tab of templates.
8. 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](https://i.imgur.com/PmuzEWI.png)
![image2](https://i.imgur.com/wOOKsDm.png)