Skip to content

Commit 091b7ce

Browse files
committed
Remove unused imports in transformer_wan_animate
1 parent 57e9ea3 commit 091b7ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/diffusers/models/transformers/transformer_wan_animate.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
2525
from ..attention import AttentionMixin
2626
from ..attention_dispatch import dispatch_attention_fn
2727
from ..cache_utils import CacheMixin
28-
from ..embeddings import PixArtAlphaTextProjection, TimestepEmbedding, Timesteps
2928
from ..modeling_outputs import Transformer2DModelOutput
30-
from ..modeling_utils import ModelMixin, get_parameter_dtype
29+
from ..modeling_utils import ModelMixin
3130
from ..normalization import FP32LayerNorm
3231
from .transformer_wan import (
3332
WanAttention,
34-
WanImageEmbedding,
3533
WanRotaryPosEmbed,
3634
WanTimeTextImageEmbedding,
3735
WanTransformerBlock,

0 commit comments

Comments
 (0)