Skip to content

Commit 8710b02

Browse files
committed
dtype changed to fp32
1 parent f3d3234 commit 8710b02

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
@@ -189,7 +189,7 @@ def __call__(
189189
height=height,
190190
width=width,
191191
num_frames=num_frames,
192-
dtype=image_embeds.dtype,
192+
dtype=jnp.float32,
193193
rng=latents_rng,
194194
latents=latents,
195195
last_image=last_image_tensor,

0 commit comments

Comments
 (0)