diffusers
diffusers copied to clipboard
¿Can i save all images of generation process?
I would like to save each image generated at each step of the image generation process. ¿Is possible?
Hey @elcejo that's definitely possible - either with the callback feature we introduced recently https://github.com/huggingface/diffusers/pull/521 or by simply unrolling your pipeline look:
- See how to write an unrolled loop here: https://huggingface.co/blog/stable_diffusion
- and how to get the images here: https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/diffusers_intro.ipynb
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.