mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Remove print.
This commit is contained in:
parent
3711b31dff
commit
e93cdd0ad0
@ -36,7 +36,6 @@ class EfficientNetEncoder(nn.Module):
|
||||
x = x * 0.5 + 0.5
|
||||
x = (x - self.mean.view([3,1,1])) / self.std.view([3,1,1])
|
||||
o = self.mapper(self.backbone(x))
|
||||
print(o.shape)
|
||||
return o
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user