From ee3d70ab87791ef3488d5c719cb79c0d96ea2067 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Thu, 4 Jan 2024 18:03:12 +0100 Subject: [PATCH] fix: replace fcbh with ldm_patched --- modules/async_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/async_worker.py b/modules/async_worker.py index 03887f01..421098d3 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -726,7 +726,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: