diff options
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ queue_lock = threading.Lock() def wrap_gradio_gpu_call(func):
def f(*args, **kwargs):
shared.state.sampling_step = 0
- shared.state.job_count = 1
+ shared.state.job_count = -1
shared.state.job_no = 0
|