[Feature Request]: Make "Interrupt" actually just interrupt and nothing else
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
When I press the "Interrupt" button usually I don't want to save or finish the half-baked image I'm interrupting, I want it to stop asap so I can move on to the next image I want to generate. Instead the Interrupt button rather absurdly insists on making SD go through all the phases needed to generate a finalised image, which in the case of high resolution prompts can take a long time and take up the whole VRAM just to finish an aborted image that I don't want to finish.
Proposed workflow
- Press "Interrupt"
- Processing actually stops and no image is saved, unless maybe it was already on the last step, but we need another button to interrupt after the current image is done.
Additional information
No response
Chiming in with that proposed workflow, it would be kind of nice to have a three-button "Stop (now), Pause (after this image), Skip (now)" sort of interface, where the first two buttons would change to "Cancel" and "Resume" on pause. With this, we'd have options depending on whether the situation is, "Oh no I set the CFG way too high, scrap everything," or just, "I want to pause this batch so I can watch a quick YouTube video without crashing everything".
Not sure if this will have any traction, but I believe a 'pause' and 'resume' buttons on top of suggested buttons would also be useful. If I could pause the process of a long 'image' or 'large batch' with some sort of way to resume from the 'file', that would be super useful.
The most apropriate example I have right now. Running a batch job for 10+ hours with 10 more hours to go, but need to work on one image or do something else in meantime and require to pause the SD. Right now I can either kill it completely and 'give up' on this batch or would need to 'recreate' my settings and find the exact place the batch stopped to resume (very much a hassle).
Please please please add this, I'm super tired of deciding whether to force stop cmd or to wait for interrupt to so called "interrupt" and having to wait a long time either way.
This would be most welcome. Much like ctrl+alt+delete, the current interrupt button doesn't actually work as an emergency stop, because it doesn't seem to even register the button press until it's done with whatever it's doing. Maybe there's some use for finalizing the image before stopping, but when I've just accidentally queued up an image that my PC can't handle, what I really need is a button that says "Drop everything RIGHT NOW", not "please stop when you get a chance, no pressure." Right now the only solution is to kill the webui-user.bat window and restart it, and even that can be tricky when your computer is struggling.
I hope this get better
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12338 partially resolves this. I agree the interrupt functionality could be further improved to stop all remaining jobs more quickly. Technically the functionality is doing it's job to interrupt every process after it's clicked but it should be able to exit out of that queue of jobs more early, so I'm rewording this issue a bit.
Should be resolved by https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12634. If there's any specific interrupts that you believe are not accounted for to exit out of quickly feel free to open a new issue with more specifics. Note that anything related to extensions needs to be handled by the extension authors upstream.
Why is this topic closed? It is the best topic. I press interrupt, it just sits there for 10 minutes. I have to go take a break, get coffee, go drive to the store and buy a snack, come home to "Interrupting..."
Why is this topic closed? It is the best topic. I press interrupt, it just sits there for 10 minutes.
It seems you haven't yet updated to a more recent version, or your recent version somehow missed the upgrades we recently got. In that case, fresh install. I agree that the topic was closed prematurely, but it's resolved already. In recent versions the Webui will give a little notification box at the top right that says that if you click once, the generating will stop after the current photo (useful for batches) and if you press again it will try to stop immediately. Great new feature. It doesn't always stop as fast as you'd like, especially when doing very high res, but it stops super super fast compared to before.
Made fresh install, still need to wait A LOT of time. My setup: rtx 3050 ti, i9-12900, 32 ram. Windows 11. My webui-user:
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--medvram --upcast-sampling --xformers --opt-channelslast --no-half-vae
set CUDA_MODULE_LOADING=LAZY
set NUMEXPR_MAX_THREADS=24
set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.7,max_split_size_mb:512
call webui.bat
Steps:
- Click generate. Wait for generation to start.
- Click interrupt (gen process bar 30% approx.)
- Wait 5-10 minutes, then it is stopping (or not in some cases)
Other situations:
- Click generate. Wait till tiling upscale finish.
- If interrupt before hires starts it will never be interrupted OR FINISHED.
I don't know what to do in this situation, tried different models, settings, comandline args, tried fresh install, reboot, installed new drivers, etc.
It's been over 1 year and interrupting time still sucks. Goes on and on and on and on... I have to completely shut down the CMD so many times just for it to finally stop..
Yeah, it works about 25% of the time. I usually just close the batch job and restart. It's much faster.