Skip to content

Commit fa6d556

Browse files
committed
removed trailing white spaces
1 parent 63bdac9 commit fa6d556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maxdiffusion/generate_wan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def run(config, pipeline=None, filename_prefix=""):
137137
WanCheckpointer = checkpointer_lib.WanCheckpointer
138138

139139
checkpoint_loader = WanCheckpointer(config, "WAN_CHECKPOINT")
140-
pipeline, _, _ = checkpoint_loader.load_checkpoint()
140+
pipeline, _, _ = checkpoint_loader.load_checkpoint()
141141

142142
if pipeline is None:
143143
pipeline_lib = get_pipeline(model_key)

0 commit comments

Comments
 (0)