You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of "attention_type": "default", PytorchAttention is used instead of FlashAttention3. The issue emerges from packages/ltx-core/src/ltx_core/model/transformer/attention.py.
A fix together with a fallback behavior is provided in #195
In case of
"attention_type": "default",PytorchAttentionis used instead ofFlashAttention3. The issue emerges frompackages/ltx-core/src/ltx_core/model/transformer/attention.py.A fix together with a fallback behavior is provided in #195