diff --git a/modules/async_worker.py b/modules/async_worker.py index 98a82d1f..dd3b2111 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -734,6 +734,7 @@ def worker(): except fcbh.model_management.InterruptProcessingException as e: if async_task.last_stop == 'skip': print('User skipped') + async_task.last_stop = False continue else: print('User stopped')