mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-18 22:20:03 +00:00
Remove unused import in layers.py
Removed unused import of common_dit from layers.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user