1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

add 10 second models support

This commit is contained in:
leffff
2025-10-15 18:09:23 +00:00
parent 7084106eaa
commit b615d5cb13

View File

@@ -361,7 +361,8 @@ class Kandinsky5SDPAAttentionProcessor(nn.Module):
class Kandinsky5NablaAttentionProcessor(nn.Module):
"""Custom attention processor for Nabla attention"""
@torch.compile(mode="max-autotune-no-cudagraphs", dynamic=True)
def __call__(
self,
attn,