diff --git a/modules/async_worker.py b/modules/async_worker.py index e6cc8a49..deaafa5a 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -729,6 +729,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')