Here is a collection of tips and tricks and some weaknesses and limits too, focused on the technical part of the GPT-image-generator. It takes quite some time to realize relatively simple things. This might help save some time when experimenting.
Ugly, broken, incorrect or boring test images are also allowed here. It is less about creativity, aesthetics and good ideas, and more about probing the models for weaknesses on a technical level.
The first post includes all the findings, and will be updated from time to time.
I collected the findings on the first page. And if bugs are corrected, the text on the first page for them will be deleted.
For prompting tips, and cool images, check the galleries: Topics tagged gallery
Important:
- It is not a typical gallery. It analyses mainly technical problems, and tries to find workarounds if possible.
- There are no tips here for API or Python, only prompting for the image generator system itself.
- What we do not analyze are jailbreaks! Such posts will be deleted!
- **We all do this here as a hobby, so be kind to each other.

You can find here an example of how it was done in the past, for older models
Collection of GPT-4o-images prompting tips, issues and bugs
Collection of Dall-E 3 prompting tips, issues and bugs
Some of the prompting tips for DallE 3 are maybe still relevant.
References and links
GPT Image Generation Models Prompting Guide
ChatGPT Images 2.0 System Card - OpenAI Deployment Safety Hub
https://openai.com/de-DE/index/introducing-chatgpt-images-2-0/
In case of access issues or other pure technical issues, check here if the problem is known: https://status.openai.com/
Bugs:
- Visible Noise: The amplifier effect was fixed, by making subsequent images no longer dependent on the previous ones. But there is still visible noise in the image. It is visible, it is disturbing, it causes neurological stress like mp3 artifacts in sound, and it is still present.
(… and it might possibly have a destructive effect on model weights if such images are fed back into training.)
Tips:
- Aspect Ratio: It is recommended to send an exact pixel ratio or aspect ratio like 1536x1024 or 3:2, landscape can be different ratios now.
Fixed Bugs:
-
FIXED, Noise Amplification: The generator keeps some data from the made images, and reuses it for the next images. This is the cause of a very bad bug. It amplifies noise patterns very quickly, after just 3-5 pictures, the images are destroyed.
At the moment, the only workaround is to restart the session by reloading the web page. -
FIXED, No unique pictures anymore in the same session: a related problem is now that it is not possible to make multiple different images with different seeds using the same prompt. Each time, the session must be renewed for a new picture.




















