Skip to content

Commit 0a123e5

Browse files
committed
reformatted
1 parent 2f42c23 commit 0a123e5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/maxdiffusion/models/ltx2/ltx2_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def load_vae_weights(
313313
flax_key, flax_tensor = rename_key_and_reshape_tensor(pt_tuple_key, tensor, random_flax_state_dict)
314314
flax_key = _tuple_str_to_int(flax_key)
315315

316-
317316
if resnet_index is not None:
318317
if flax_key in flax_state_dict:
319318
current_tensor = flax_state_dict[flax_key]

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ def quantize_transformer(cls, config: HyperParameters, model: Any, pipeline: "LT
665665
max_logging.log("Qwix Quantization complete.")
666666
return quantized_model
667667

668-
669668
def _get_gemma_prompt_embeds(
670669
self,
671670
prompt: Union[str, List[str]],

0 commit comments

Comments
 (0)