Hacker News new | ask | show | jobs
Generative modelling of compressed image file bits (theadamcolton.github.io)
1 points by topwalktown 842 days ago
1 comments

i experiment with using a (mostly) unmodified llama model to generate images, by training on the bits from a lossy compression algorithm. It turns out the key is having a decoder which can give 'hints' as conditioning information for the autoregressive model, about what the decoder is going to do with the next token in the stream

Thanks!