Bug Report: If you generate an image with text and specify an aspect ratio, sometimes chatgpt will decide to use the other aspect ratio (wide instead of tall), and produce an image rotated to fit (see example). In these cases the text is always mirror imaged.
Steps to reproduce:
- Generate tall images with text in them, one will show up sooner or later.
Expected result:
If Dalle rotates an image 90 degrees to fit the space, it will only rotate the image
Actual result:
Dalle consistently both rotates the image and mirror reverses it
It is possible the issue might lie in training, where images that did not fit an aspect ratio were transposed (swapping x and y coordinates) instead of rotating them 90 degrees properly.
But it could also be some other weirdness.