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 1f1ce2e commit 9e169f4Copy full SHA for 9e169f4
src/diffusers/models/transformers/transformer_wan_vace.py
@@ -21,7 +21,7 @@
21
from ...configuration_utils import ConfigMixin, register_to_config
22
from ...loaders import FromOriginalModelMixin, PeftAdapterMixin
23
from ...utils import USE_PEFT_BACKEND, logging, scale_lora_layers, unscale_lora_layers
24
-from ..attention import FeedForward
+from ..attention import AttentionMixin, FeedForward
25
from ..cache_utils import CacheMixin
26
from ..modeling_outputs import Transformer2DModelOutput
27
from ..modeling_utils import ModelMixin
0 commit comments