Merge remote-tracking branch 'origin/hotfix/prevent-skipping-and-stopping-by-other-users'

# Conflicts:
#	modules/async_worker.py
This commit is contained in:
Manuel Schmid
2024-01-05 22:59:09 +01:00
+1 -1
View File
@@ -754,7 +754,7 @@ def worker():
try:
if async_task.last_stop is not False:
fcbh.model_management.interrupt_current_processing()
ldm_patched.model_management.interrupt_current_processing()
positive_cond, negative_cond = task['c'], task['uc']
if 'cn' in goals: