Hacker News new | ask | show | jobs
by ZiiS 1376 days ago
The seed problem is in upstream GPU libraries provided by Apple. The community is working on solutions, but they are not easy.
1 comments

Can you elaborate? Isn’t the seed a simple int (or long int)?
Currently reusing the same seed dose not produce repeatable results on Apple silicon. I assume this UI hides it as missleading.
The logs for the app (logs tab) state it's just repeatedly using the number 42 as a seed. But yes in the UI the results are different each run, even with an unchanged prompt. Didn't quite parse your last but if you're saying it's misleading, yeah kind of, because you can't share or save a prompt to redo the same result.

Weird that it's considered a big challenge to fix… something in Metal? Core ML? SIMD libraries? Some translation layer? Something is not being said here.