mirror of
https://github.com/Stability-AI/generative-models.git
synced 2025-12-19 22:34:22 +01:00
Stable Video Diffusion
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import torch
|
||||
import einops
|
||||
from torch.backends.cuda import SDPBackend
|
||||
import torch
|
||||
import torch.nn.functional as F
|
||||
import torch.utils.benchmark as benchmark
|
||||
from torch.backends.cuda import SDPBackend
|
||||
|
||||
from sgm.modules.attention import SpatialTransformer, BasicTransformerBlock
|
||||
from sgm.modules.attention import BasicTransformerBlock, SpatialTransformer
|
||||
|
||||
|
||||
def benchmark_attn():
|
||||
|
||||
Reference in New Issue
Block a user