Merge branch 'main_upstream' into develop

This commit is contained in:
Manuel Schmid
2024-03-10 23:14:52 +01:00
+1 -1
View File
@@ -806,7 +806,7 @@ def worker():
try: try:
if async_task.last_stop is not False: if async_task.last_stop is not False:
ldm_patched.model_management.interrupt_current_processing() ldm_patched.modules.model_management.interrupt_current_processing()
positive_cond, negative_cond = task['c'], task['uc'] positive_cond, negative_cond = task['c'], task['uc']
if 'cn' in goals: if 'cn' in goals: