We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1561c commit 6c99a8dCopy full SHA for 6c99a8d
src/maxdiffusion/checkpointing/checkpointing_utils.py
@@ -61,7 +61,7 @@ def create_orbax_checkpoint_manager(
61
if checkpoint_type == FLUX_CHECKPOINT:
62
item_names = ("flux_state", "flux_config", "vae_state", "vae_config", "scheduler", "scheduler_config")
63
elif checkpoint_type == WAN_CHECKPOINT:
64
- item_names = ("wan_state", "wan_config")
+ item_names = ("low_noise_transformer_state", "high_noise_transformer_state", "wan_config")
65
else:
66
item_names = (
67
"unet_config",
0 commit comments