Skip to content

Commit d85d21c

Browse files
committed
up
1 parent 353728a commit d85d21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/ltx/pipeline_ltx_condition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def __call__(
946946
num_frames=num_frames,
947947
generator=generator,
948948
device=device,
949-
dtype=prompt_embeds.dtype,
949+
dtype=torch.float32,
950950
)
951951

952952
video_coords = video_coords.float()

0 commit comments

Comments
 (0)