Simple Script to use DALLE3 via Python and OpenAI API
- You need to install Python
- Open a Terminal in the folder where you downloaded this repository and install the required package by typing the following:
pip install requests
- Get your OpenAI API key
- Fund your OpenAI account, this will cost money for each generation unfortunatley, not very expensive but manage it as your own risk.
- Paste the key into RunDallE3ViaApi.py
- Run
python RunDallE3ViaApi.py
- Wait a minute, the revised prompt and download link will appear on the console, you should be able to hold Ctrl key and click the link to open or just copy paste the url into a browser.