From c125728ce03bd723e271f28cd8a92c2a0f16aa78 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Tue, 29 Jul 2025 11:16:50 +0800 Subject: [PATCH] bug fix --- diffsynth/pipelines/wan_video_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffsynth/pipelines/wan_video_new.py b/diffsynth/pipelines/wan_video_new.py index f1a4dfe..80807dd 100644 --- a/diffsynth/pipelines/wan_video_new.py +++ b/diffsynth/pipelines/wan_video_new.py @@ -1012,7 +1012,7 @@ class TemporalTiler_BCTHW: def __init__(self): pass - def build_1d_mask(length, left_bound, right_bound, border_width): + def build_1d_mask(self, length, left_bound, right_bound, border_width): x = torch.ones((length,)) if border_width == 0: return x