You can set both the seed and the number of inference steps when running StableDiffusion locally (or in Google CoLab). I assumed that they just set a seed and then generated the image at each inference step. With a decent GPU, it’s only going to take a few minutes.
You could definitely modify it to output at each step, but the output step takes a relatively long time, so it would slow down the process.
Comments
Do you have a diff/patch of the change to do this?
I may try understanding both StableDiffusion and Python enough to do it, but if you already solved it - that'll be appreciated :)
You can set both the seed and the number of inference steps when running StableDiffusion locally (or in Google CoLab). I assumed that they just set a seed and then generated the image at each inference step. With a decent GPU, it’s only going to take a few minutes.
You could definitely modify it to output at each step, but the output step takes a relatively long time, so it would slow down the process.