Skip to content

Commit d41b111

Browse files
committed
removed print statement
1 parent 5b0c80a commit d41b111

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

comfy/ldm/seedvr/vae.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -962,10 +962,6 @@ def __init__(
962962
attentions = []
963963

964964
if attention_head_dim is None:
965-
print(
966-
f"It is not recommend to pass `attention_head_dim=None`. "
967-
f"Defaulting `attention_head_dim` to `in_channels`: {in_channels}."
968-
)
969965
attention_head_dim = in_channels
970966

971967
for _ in range(num_layers):

0 commit comments

Comments
 (0)