Hacker News new | ask | show | jobs
by willsmith72 973 days ago
I thought the same, it seems strange it would be added to that json as a key separate to the prompt though
1 comments

Why? That's just how the image generators technically work.
Because it seems to me like poor engineering to leak it. Not disputing it, just surprised to see it
Remember that just like with every other model they expose, DALL-E 3 API is stateless. GPT-4 to DALL-E 3 hand-off is implemented client side (similar to plugins), so the entire exchange goes through your machine. Everything - seed included - starts "leaked" by design.
Maybe I’m missing something. What is the threat of exposing the seed? It just makes images reproducible.