From 02747cde7ddacc3fd8a8165cf00aa13cbb770b12 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Wed, 29 Jan 2025 11:10:23 -0600 Subject: [PATCH] Carry over change from _calc_cond_batch into _calc_cond_batch_multigpu --- comfy/samplers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/samplers.py b/comfy/samplers.py index b5252d14..f4873e3a 100644 --- a/comfy/samplers.py +++ b/comfy/samplers.py @@ -357,7 +357,7 @@ def _calc_cond_batch_multigpu(model: BaseModel, conds: list[list[dict]], x_in: t default_c.append(x) has_default_conds = True continue - p = comfy.samplers.get_area_and_mult(x, x_in, timestep) + p = get_area_and_mult(x, x_in, timestep) if p is None: continue if p.hooks is not None: