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 2fb3f9f commit 701f49fCopy full SHA for 701f49f
src/diffusers/models/normalization.py
@@ -20,7 +20,7 @@
20
import torch.nn as nn
21
import torch.nn.functional as F
22
23
-from ..utils import is_torch_version, is_torch_npu_available
+from ..utils import is_torch_npu_available, is_torch_version
24
from .activations import get_activation
25
from .embeddings import CombinedTimestepLabelEmbeddings, PixArtAlphaCombinedTimestepSizeEmbeddings
26
0 commit comments