Hacker News new | ask | show | jobs
by willsmith72 973 days ago
Because it seems to me like poor engineering to leak it. Not disputing it, just surprised to see it
2 comments

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.