Hacker News new | ask | show | jobs
by Filligree 973 days ago
Why? That's just how the image generators technically work.
1 comments

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.