chore: remove invalid comment code

This commit is contained in:
Mr_Dwj
2026-02-13 09:38:14 +08:00
parent bd3c5822a1
commit fc11fd4297

View File

@@ -1336,7 +1336,6 @@ class VideoVAE38_(VideoVAE_):
x = self.conv2(z)
for i in range(iter_):
self._conv_idx = [0]
# breakpoint()
if i == 0:
out, self._feat_map, self._conv_idx = self.decoder(x[:, :, i:i + 1, :, :],
feat_cache=self._feat_map,