stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Feature Request]: Infinite Scrolling

Open DKingAlpha opened this issue 2 years ago • 3 comments

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

  1. Go to txt2img or img2img
  2. Fill in params, check [x] infinite scroll near [Generate], or in Settings
  3. Press [Generate]
  4. Review current batch, then review next batch without any delay.

Additional information

No response

DKingAlpha avatar Oct 23 '22 07:10 DKingAlpha

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.

ClashSAN avatar Oct 30 '22 09:10 ClashSAN

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/724

ClashSAN avatar Oct 30 '22 10:10 ClashSAN

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.

DKingAlpha avatar Oct 30 '22 13:10 DKingAlpha