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

remove print

This commit is contained in:
kijai
2025-12-29 02:50:04 +02:00
parent 2fe4834178
commit 19bcee67ed

View File

@@ -477,7 +477,6 @@ class WanSelfAttention(nn.Module):
"""
attention_mode = self.attention_mode
if attention_mode_override is not None:
print("Overriding attention mode to:", attention_mode_override)
attention_mode = attention_mode_override
if self.ref_adapter is not None and lynx_ref_feature is not None: