You've already forked ComfyUI-WanVideoWrapper
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user