1
0
mirror of https://github.com/kijai/ComfyUI-WanVideoWrapper.git synced 2026-01-26 23:41:35 +03:00

remove prints

This commit is contained in:
kijai
2025-12-21 23:00:43 +02:00
parent 06a86923e7
commit 7c0ba84a26
2 changed files with 0 additions and 2 deletions

View File

@@ -1408,7 +1408,6 @@ class WanVideoSampler:
multitalk_audio_input = None
if audio_emb_slice is not None:
print("audio_emb_slice shape: ", audio_emb_slice.shape)
multitalk_audio_input = audio_emb_slice.to(z)
elif not multitalk_sampling and multitalk_audio_embeds is not None:
audio_embedding = multitalk_audio_embeds

View File

@@ -2401,7 +2401,6 @@ class WanModel(torch.nn.Module):
freqs = freqs.to(device)
_, F, H, W = x[0].shape
print("Input shape:", x[0].shape)
ref_frame_shape = pose_frame_shape = None
sdancer_enabled = False