mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
reset last_stop when skipping for further processing
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user