From 7ce7fb01e035a7ba8ca9cb35784cd75cca3d99fd Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 6 Sep 2022 23:10:12 +0300 Subject: fix for live progress breaking lowvram and medvram optimizations --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui.py') diff --git a/webui.py b/webui.py index b6037365..d20ff38f 100644 --- a/webui.py +++ b/webui.py @@ -127,7 +127,7 @@ def wrap_gradio_gpu_call(func): shared.state.job_no = 0 shared.state.current_latent = None shared.state.current_image = None - shared.state.current_progress_index = 0 + shared.state.current_image_sampling_step = 0 with queue_lock: res = func(*args, **kwargs) -- cgit v1.2.1