mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-23 16:34:09 +00:00
Remove unused import in layers.py
Removed unused import of comfy.ops.
This commit is contained in:
@@ -5,7 +5,6 @@ import torch
|
||||
from torch import Tensor, nn
|
||||
|
||||
from .math import attention, rope
|
||||
import comfy.ops
|
||||
|
||||
|
||||
class EmbedND(nn.Module):
|
||||
|
||||
Reference in New Issue
Block a user