mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-06 13:50:21 +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