mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-23 17:38:10 +00:00
bug fix
This commit is contained in:
@@ -1012,7 +1012,7 @@ class TemporalTiler_BCTHW:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
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,))
|
x = torch.ones((length,))
|
||||||
if border_width == 0:
|
if border_width == 0:
|
||||||
return x
|
return x
|
||||||
|
|||||||
Reference in New Issue
Block a user