Skip to content

Commit e3b9eec

Browse files
committed
fix for dtypes
1 parent 7c72f90 commit e3b9eec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/models/wan/autoencoder_kl_wan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def __init__(
274274
weights_dtype: jnp.dtype = jnp.float32,
275275
precision: jax.lax.Precision = None,
276276
):
277+
self.dtype = dtype
277278
self.dim = dim
278279
self.mode = mode
279280

0 commit comments

Comments
 (0)