stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Added option to preview Created images on batch completion.
Added an option to preview created images on batch completion. To enable, set "Show image creation progress every N sampling steps." in settings to -1.
Tested with arguments --skip-torch-cuda-test --deepdanbooru --no-half-vae --api. Everything's ok.
solves https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1683 https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3478 https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/724
Would it be reasonable to change the default setting to be -1 as well?
Would it be reasonable to change the default setting to be -1 as well?
I did not change the default setting because the preview creation takes a bit longer than if you didn't show them and that might be undesireable for some people. I don't know if i should be deciding this; Could someone give some feedback maybe?