Hacker News new | ask | show | jobs
by profile53 850 days ago
Diffusion models are a different architecture, namely, a recursive or iterative one. Transformer models are not recursive or iterative.
1 comments

Sure they are. It only natively outputs one token; the recursive process is how you get the rest out of them.
You’re totally right … should’ve thought that one through more.