Skip to content

Commit 42a2c64

Browse files
committed
fix
1 parent b11bd47 commit 42a2c64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/tests/test_ltx2_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from maxdiffusion.models.ltx2.autoencoder_kl_ltx2 import LTX2VideoAutoencoderKL
88
from maxdiffusion.models.ltx2.ltx2_utils import load_transformer_weights, load_vae_weights
99
from maxdiffusion.models.modeling_flax_pytorch_utils import validate_flax_state_dict
10-
from flax.traverse_util import flatten_dict
10+
from flax.traverse_util import flatten_dict, unflatten_dict
1111

1212
class LTX2VideoConfig:
1313
def __init__(self):

0 commit comments

Comments
 (0)