Remove unused import in layers.py

Removed unused import of comfy.ops.
This commit is contained in:
comfyanonymous
2026-02-12 18:01:44 -05:00
committed by GitHub
parent 75e22eb72e
commit 6828021606

View File

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