stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: Infinite Scrolling
Is there an existing issue for this?
no
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
An [x] infinite scroll
checkbox near [Generate] button, which enables infinite scrolling.
In the background there are always a few new batches of images generated standing by, waiting the user finishing reviewing last batch and show the next batch without delay. For large batches which takes long time to process each batch, this can be useful.
Proposed workflow
- Go to txt2img or img2img
- Fill in params, check [x] infinite scroll near [Generate], or in Settings
- Press [Generate]
- Review current batch, then review next batch without any delay.
Additional information
No response
Is this just a request for viewing images in a batch count/batch size in the image viewer before the batch is complete? It sounds like it.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/724
No, this is not #724.
The main idea of infinite scrolling is to reduce interruptions, so user don't have to wait another minute for another batch, which can be done in the idle time user reviewing current batch. One basic aproach is to always pre-generate a few more batches of images in the background.