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 print
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user