mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-13 12:23:30 +00:00
remove unused imports
This commit is contained in:
parent
2c2481955d
commit
cd3d2d5c62
@ -1,10 +1,7 @@
|
|||||||
import math
|
|
||||||
from dataclasses import dataclass
|
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from torch import Tensor, nn
|
from torch import Tensor, nn
|
||||||
|
|
||||||
from .math import attention, rope
|
from .math import attention
|
||||||
from comfy.ldm.flux.layers import (
|
from comfy.ldm.flux.layers import (
|
||||||
MLPEmbedder,
|
MLPEmbedder,
|
||||||
RMSNorm,
|
RMSNorm,
|
||||||
@ -12,7 +9,6 @@ from comfy.ldm.flux.layers import (
|
|||||||
SelfAttention,
|
SelfAttention,
|
||||||
ModulationOut,
|
ModulationOut,
|
||||||
)
|
)
|
||||||
import comfy.ldm.common_dit
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user