From d41b1111eb2cf6ba4557e2fe1cf36c083870567f Mon Sep 17 00:00:00 2001 From: Yousef Rafat <81116377+yousef-rafat@users.noreply.github.com> Date: Tue, 23 Dec 2025 12:36:10 +0200 Subject: [PATCH] removed print statement --- comfy/ldm/seedvr/vae.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/comfy/ldm/seedvr/vae.py b/comfy/ldm/seedvr/vae.py index f30646dda..da2bb2c2f 100644 --- a/comfy/ldm/seedvr/vae.py +++ b/comfy/ldm/seedvr/vae.py @@ -962,10 +962,6 @@ class UNetMidBlock3D(nn.Module): attentions = [] if attention_head_dim is None: - print( - f"It is not recommend to pass `attention_head_dim=None`. " - f"Defaulting `attention_head_dim` to `in_channels`: {in_channels}." - ) attention_head_dim = in_channels for _ in range(num_layers):