We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e9ea3 commit 091b7ceCopy full SHA for 091b7ce
src/diffusers/models/transformers/transformer_wan_animate.py
@@ -25,13 +25,11 @@
25
from ..attention import AttentionMixin
26
from ..attention_dispatch import dispatch_attention_fn
27
from ..cache_utils import CacheMixin
28
-from ..embeddings import PixArtAlphaTextProjection, TimestepEmbedding, Timesteps
29
from ..modeling_outputs import Transformer2DModelOutput
30
-from ..modeling_utils import ModelMixin, get_parameter_dtype
+from ..modeling_utils import ModelMixin
31
from ..normalization import FP32LayerNorm
32
from .transformer_wan import (
33
WanAttention,
34
- WanImageEmbedding,
35
WanRotaryPosEmbed,
36
WanTimeTextImageEmbedding,
37
WanTransformerBlock,
0 commit comments