diff --git a/comfy/sampler_helpers.py b/comfy/sampler_helpers.py index c43bd3bac..9aa9fa28a 100644 --- a/comfy/sampler_helpers.py +++ b/comfy/sampler_helpers.py @@ -12,7 +12,6 @@ import comfy.patcher_extension from typing import TYPE_CHECKING if TYPE_CHECKING: from comfy.model_patcher import ModelPatcher - from comfy.model_base import BaseModel from comfy.controlnet import ControlBase def prepare_mask(noise_mask, shape, device):