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
- Host: GitHub
- URL: https://github.com/bb31420/imagine
- Owner: BB31420
- Created: 2024-01-14T04:17:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T04:42:01.000Z (over 2 years ago)
- Last Synced: 2025-01-07T22:44:10.577Z (over 1 year ago)
- Topics: ai, art, artificial-intelligence, dalle-2, dalle-3, gui, gui-application, image, images, openai, openai-api, prompt, prompt-engineering, python, python3, tools
- Language: Python
- Homepage:
- Size: 4.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### 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.

