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