5/31/2026 at 5:45:43 PM
Genuine question: is this solving a real problem?IME, the bottleneck when using diffusion models isn't storage space or memory, it's generation time. Lots of models will run on 8-12 GB 1080-generation GPUs onwards, or on Macs with similar memory, which are probably the bottom end from a GPU power perspective anyway. I also note that these models are marginally slower than the small FLUX.2 model they're based on.
Okay, maybe this allows running a local model on something that has a reasonably powerful GPU and limited memory, like an iPhone, but is that really a common requirement?
by mft_
5/31/2026 at 6:09:31 PM
It's useful progress. Decent-fidelity local-scale inference means that you can create a product that generates throwaway images frequently without worrying about cost. Thus far every product I've seen that generates images is metered, which severely limits the value. I don't know if this is actually at the "decent fidelity" point yet.by soerxpso
5/31/2026 at 6:23:11 PM
ideally if ternary models work, the math is extremely easy for computers (addition/subtraction vs 16 bit multiplication)by c0rruptbytes
5/31/2026 at 6:10:55 PM
For free users, I guess local generation is going to be faster than waiting in a queue.by wmf
5/31/2026 at 6:12:22 PM
Genuine question: doesn't it blow your mind that there exists a 1 Gigabyte file/program that can generate any image you can think of just from a rough description of it?by moralestapia
5/31/2026 at 6:20:14 PM
Yeah, it's pretty incredible. And I guess that's mostly what's behind the question: whether this is more of an impressive research/technique demonstrator, or a real product advancement solving a need.by mft_
5/31/2026 at 6:24:21 PM
[dead]by ArchieScrivener
5/31/2026 at 6:16:02 PM
> doesn't it blow your mind that there exists a 1 Gigabyte file/program that can generate any image you can think of just from a rough description of it?I can make this into a 5-lines Python program. I’m not saying the images will match the description, but that isn’t part of your spec ;)
by hk__2