mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
removed print statement
This commit is contained in:
parent
5b0c80a093
commit
d41b1111eb
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user