mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
removed print statement
This commit is contained in:
parent
5b0c80a093
commit
d41b1111eb
@ -962,10 +962,6 @@ class UNetMidBlock3D(nn.Module):
|
|||||||
attentions = []
|
attentions = []
|
||||||
|
|
||||||
if attention_head_dim is None:
|
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
|
attention_head_dim = in_channels
|
||||||
|
|
||||||
for _ in range(num_layers):
|
for _ in range(num_layers):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user