Remove unused import in layers.py

Removed unused import of common_dit from layers.py
This commit is contained in:
comfyanonymous
2026-02-12 17:59:18 -05:00
committed by GitHub
parent c61f69acf5
commit 75e22eb72e

View File

@@ -6,7 +6,6 @@ from torch import Tensor, nn
from .math import attention, rope
import comfy.ops
import comfy.ldm.common_dit
class EmbedND(nn.Module):