Carry over change from _calc_cond_batch into _calc_cond_batch_multigpu

This commit is contained in:
Jedrzej Kosinski 2025-01-29 11:10:23 -06:00
parent 0b3233b4e2
commit 02747cde7d

View File

@ -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: