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
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.