Skip to content

Commit 3bd1785

Browse files
committed
lint
1 parent ceac205 commit 3bd1785

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/maxdiffusion/models/ltx2/ltx2_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
},
5050
}
5151

52+
5253
def _tuple_str_to_int(in_tuple):
5354
out_list = []
5455
for item in in_tuple:

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,9 +579,7 @@ def load_upsampler(cls, devices_array: np.array, mesh: Mesh, rngs: nnx.Rngs, con
579579
temporal_upsample = mapped_config.get("temporal_upsample", temporal_upsample)
580580
rational_spatial_scale = mapped_config.get("rational_spatial_scale", rational_spatial_scale)
581581
else:
582-
max_logging.log(
583-
f"Warning: Filename '{filename}' not in KNOWN_UPSAMPLER_CONFIGS, falling back to heuristic parsing."
584-
)
582+
max_logging.log(f"Warning: Filename '{filename}' not in KNOWN_UPSAMPLER_CONFIGS, falling back to heuristic parsing.")
585583
if "temporal" in filename:
586584
temporal_upsample = True
587585
spatial_upsample = False

0 commit comments

Comments
 (0)