Live data from Hacker News

ChatGPT Images 2.0

openai.com

31–40 of 1001 posts

Re: ChatGPT Images 2.0

#33
post #26
post #17

https://openai.com/index/introducing-chatgpt-images-2-0/

Thanks, all displayed images look horrible and artificial. This will fail like Sora.

Hard disagree on this, I was coming here to comment that this is the first time I really can't tell that some of the photos are AI generated.

Re: ChatGPT Images 2.0

#34
post #28
post #24

Earlier quoted context omitted.

5.4 thinking says "Just right of center, immediately to the right of the HAM RADIO shack. Look on the dirt path there: the raccoon is the small gray figure partly hidden behind the woman in the red-and-yellow shirt, a little above the man in the green hat. Roughly 57% from the left, 48% from the top." (I don't think it's right).

I tried > please add a giant red arrow to a red circle around the raccoon holding a ham radio or add a cross through the entire image if one does not exist and got this. I'm not sure I know what a ham radio looks like though. https://i.ritzastatic.com/static/ffef1a8e639bc85b71b692c3ba1...

Also, the racoon it circled isn't in the original.

Re: ChatGPT Images 2.0

#36

Wow, the difference between AI and non-AI images collapses. I hate the future where I won't be able to tell the difference.

Well, for some of these images for the first time I can't tell that they are AI generated

Re: ChatGPT Images 2.0

#37
post #15

I've been trying out the new model like this: OPENAI_API_KEY="$(llm keys get openai)" \ uv run https://tools.simonwillison.net/python/openai_image.py \ -m gpt-image-2 \ "Do a where's Waldo style image but it's where is the raccoon holding a ham radio" Code here: https://github.com/simonw/tools/blob/main/python/openai_imag... Here's what I got from that prompt. I do not think it included a raccoon holding a ham radio…

I just got a much better version using this command instead, which uses the maximum image size according to https://github.com/openai/openai-cookbook/blob/main/examples...

  OPENAI_API_KEY="$(llm keys get openai)" \
    uv run 'https://raw.githubusercontent.com/simonw/tools/refs/heads/main/python/openai_image.py' \
    -m gpt-image-2 \
    "Do a where's Waldo style image but it's where is the raccoon holding a ham radio" \
    --quality high --size 3840x2160
https://gist.github.com/simonw/88eecc65698a725d8a9c1c918478a... - I found the raccoon!

I think that image cost 40 cents.

Re: ChatGPT Images 2.0

#39
post #26
post #17

https://openai.com/index/introducing-chatgpt-images-2-0/

Thanks, all displayed images look horrible and artificial. This will fail like Sora.

I felt the same, particularly with the diagrams / magazines anyway.

I don't think it'll fail like Sora though. gpt-image-1.5 didn't fail.

Re: ChatGPT Images 2.0

#40
post #28

Earlier quoted context omitted.

I tried > please add a giant red arrow to a red circle around the raccoon holding a ham radio or add a cross through the entire image if one does not exist and got this. I'm not sure I know what a ham radio looks like though. https://i.ritzastatic.com/static/ffef1a8e639bc85b71b692c3ba1...

Also, the racoon it circled isn't in the original.

Indeed. I suppose one way to ensure you can find Waldo in any image is to add it yourself.
Post reply on HN