diff --git a/webui.py b/webui.py index a23d65a1c..64c9d462e 100644 --- a/webui.py +++ b/webui.py @@ -53,6 +53,7 @@ def wrap_gradio_gpu_call(func): shared.state.current_latent = None shared.state.current_image = None shared.state.current_image_sampling_step = 0 + shared.state.interrupted = False with queue_lock: res = func(*args, **kwargs)