Skip to content

Commit bc6955d

Browse files
committed
checking expand timesteps
1 parent 68fca3a commit bc6955d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/pipelines/wan/wan_pipeline_i2v_2p1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def __call__(
254254
rng=inference_rng,
255255
)
256256
if self.config.expand_timesteps:
257+
jax.debug.print("Applying first frame preservation with expand_timesteps.")
257258
latents = (1 - first_frame_mask) * condition + first_frame_mask * latents
258259
latents_bcthw = jnp.transpose(latents, (0, 4, 1, 2, 3))
259260
latents_denorm_bcthw = self._denormalize_latents(latents_bcthw)

0 commit comments

Comments
 (0)