How to capture progress output?

I’m not sure if there are any methods for capturing/signaling changes to the progress(inference steps) when generating an image. Any help is appreciated.

Hi @Pekochama! You may want to take a look at the callback mechanism. The documentation is here, and there’s an usage example in this notebook.

Edit: Google Colab access to the notebook, check the “latents and callbacks” section.

Thank you!