We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb09cf commit 8cf8a80Copy full SHA for 8cf8a80
src/maxdiffusion/models/ltx2/ltx2_3_utils.py
@@ -4,7 +4,7 @@
4
from flax import nnx
5
from flax.traverse_util import unflatten_dict, flatten_dict
6
from maxdiffusion import max_logging
7
-from maxdiffusion.models.flax_pytorch_utils import (
+from ..modeling_flax_pytorch_utils import (
8
load_sharded_checkpoint,
9
validate_flax_state_dict,
10
)
0 commit comments