When I generate image with 512x768px size it generates nice image but it takes long time and I was wondering if it's possible to get more images by saving intermediate images as well to a separate folder named exactly as the image generated just without .png
Why it's useful:
- It allows to optimize
steps parameter with different samplers and different resolutions
- It allows to see how the image evolves over time
I have created the same Issue in @basujindal fork at basujindal/stable-diffusion#75
I believe this feature could be useful in both forks. I use @basujindal fork to generate max size images on 8GB VRAM GPU and @lstein for anything else.
When I generate image with 512x768px size it generates nice image but it takes long time and I was wondering if it's possible to get more images by saving intermediate images as well to a separate folder named exactly as the image generated just without .png
Why it's useful:
stepsparameter with different samplers and different resolutionsI have created the same Issue in @basujindal fork at basujindal/stable-diffusion#75
I believe this feature could be useful in both forks. I use @basujindal fork to generate max size images on 8GB VRAM GPU and @lstein for anything else.