mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-07 14:27:10 +08: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…
x
Reference in New Issue
Block a user