Skip to content

Commit 4d7589b

Browse files
committed
Fix T2V
1 parent 15b54b9 commit 4d7589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyvideo/diffusion/pipelines/pipeline_hunyuan_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def prepare_latents(
290290
# apply shuffled indexes
291291
#print("place_idx:", place_idx, "delta:", delta, "list_idx:", list_idx)
292292
noise[:, :, place_idx:place_idx + delta, :, :] = noise[:, :, list_idx, :, :]
293-
logger.info(f"image_cond_latents shape {image_cond_latents.shape} ")
293+
294294
i2v_mask = None
295295
if image_cond_latents is not None:
296296
if i2v_condition_type == "latent_concat":

0 commit comments

Comments
 (0)