auto-sd-paint-ext icon indicating copy to clipboard operation
auto-sd-paint-ext copied to clipboard

Interrupt also upscale

Open R4rum opened this issue 3 years ago • 1 comments

The interrupt button currently only interrupts the image generation. However, when working on a big picture, there's that automatic upscaling step to do as well. Personally I'd like the interrupt to truly discard the in-process results (the batch currently in process, not all the batches) and not bother trying to do that upscaling for those incomplete generations.

R4rum avatar Dec 26 '22 18:12 R4rum

I guess this can be done if I implement the interrupt API myself instead of using the official API for it. Need to notify my part of the API that it was interrupted somehow.

Interpause avatar Dec 27 '22 13:12 Interpause