Skip to content

Commit d3aec66

Browse files
committed
(fix): fix ts model.
1 parent beb5f37 commit d3aec66

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

roll/pipeline/diffusion/reward_fl/wan_video_vae.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,6 @@ def decode(self, z, scale):
10511051
# out = torch.cat([out, out_], 2) # may add tensor offload
10521052

10531053
# 修改此处 decoder forward 中 cache 计算逻辑
1054-
# 按照 tbstar 中 VAE 的整时间轴的输入方式进行处理
10551054
def create_custom_forward(module):
10561055
def custom_forward(*inputs):
10571056
return module(*inputs)

0 commit comments

Comments
 (0)