Skip to content

Commit 3cf1e38

Browse files
committed
removed unused variable
1 parent 27c5d4b commit 3cf1e38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,6 @@ def run_connectors(graphdef, state, hidden_states, attention_mask):
13511351
except Exception as e:
13521352
max_logging.log(f"[Tuning] Failed to apply sharding constraint: {e}")
13531353

1354-
s_vae = time.perf_counter()
13551354
if getattr(self.vae.config, "timestep_conditioning", False):
13561355
noise = jax.random.normal(generator, latents.shape, dtype=latents.dtype)
13571356

0 commit comments

Comments
 (0)