Get the latest tech news
ControlNet Game of Life
How to use stable diffusion to animate the game of life.
However, vanilla stable diffusion doesn’t allow for the preservation of the grid of cells, especially not as we iterate through the game. Think of it; if you can preserve the shapes of the tiles enough, you can generate actually fun QR codes, it’s so simple yet powerful: We pretty much just need to generate a control image from each game of life state, and use it to guide our ControlNet model.
Or read this on Hacker News