Skip to content

Commit 6c99a8d

Browse files
committed
modified checkpointing_utils.py
1 parent eb1561c commit 6c99a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maxdiffusion/checkpointing/checkpointing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def create_orbax_checkpoint_manager(
6161
if checkpoint_type == FLUX_CHECKPOINT:
6262
item_names = ("flux_state", "flux_config", "vae_state", "vae_config", "scheduler", "scheduler_config")
6363
elif checkpoint_type == WAN_CHECKPOINT:
64-
item_names = ("wan_state", "wan_config")
64+
item_names = ("low_noise_transformer_state", "high_noise_transformer_state", "wan_config")
6565
else:
6666
item_names = (
6767
"unet_config",

0 commit comments

Comments
 (0)