We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fe583 commit 283c52dCopy full SHA for 283c52d
1 file changed
src/maxdiffusion/models/wan/autoencoder_kl_wan.py
@@ -25,6 +25,7 @@
25
from ..modeling_flax_utils import FlaxModelMixin, get_activation
26
from ... import common_types
27
from ..vae_flax import (FlaxAutoencoderKLOutput, FlaxDiagonalGaussianDistribution, FlaxDecoderOutput)
28
+import math
29
30
BlockSizes = common_types.BlockSizes
31
0 commit comments