Skip to content

Commit 9ee2901

Browse files
committed
correction in latents updation in 2.1
1 parent 9412399 commit 9ee2901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/pipelines/wan/wan_pipeline_i2v_2p1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def loop_body(step, vals):
278278
prompt_embeds_input = prompt_embeds
279279
image_embeds_input = image_embeds
280280

281-
noise_pred, latents = transformer_forward_pass(
281+
noise_pred, _ = transformer_forward_pass(
282282
graphdef, sharded_state, rest_of_state,
283283
latent_model_input, timestep, prompt_embeds_input,
284284
do_classifier_free_guidance=do_classifier_free_guidance,

0 commit comments

Comments
 (0)