Skip to content

Commit 8cf8a80

Browse files
committed
import error fix
1 parent 0eb09cf commit 8cf8a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maxdiffusion/models/ltx2/ltx2_3_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from flax import nnx
55
from flax.traverse_util import unflatten_dict, flatten_dict
66
from maxdiffusion import max_logging
7-
from maxdiffusion.models.flax_pytorch_utils import (
7+
from ..modeling_flax_pytorch_utils import (
88
load_sharded_checkpoint,
99
validate_flax_state_dict,
1010
)

0 commit comments

Comments
 (0)