mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
chore: remove invalid comment code
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user