diff --git a/comfy/samplers.py b/comfy/samplers.py index 408016e3a..c7dfef4ea 100644 --- a/comfy/samplers.py +++ b/comfy/samplers.py @@ -62,7 +62,7 @@ def get_area_and_mult(conds, x_in, timestep_in): if "mask_strength" in conds: mask_strength = conds["mask_strength"] mask = conds['mask'] - assert (mask.shape[1:] == x_in.shape[2:]) + # assert (mask.shape[1:] == x_in.shape[2:]) mask = mask[:input_x.shape[0]] if area is not None: