Remove useless code.

This commit is contained in:
comfyanonymous 2025-01-23 05:56:23 -05:00
parent dfa2b6d129
commit 96e2a45193

View File

@ -702,9 +702,6 @@ class Decoder(nn.Module):
padding=1)
def forward(self, z, **kwargs):
#assert z.shape[1:] == self.z_shape[1:]
self.last_z_shape = z.shape
# timestep embedding
temb = None