1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

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