Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeiGen-AI/MultiTalk
/ set_seq_len
Method
set_seq_len
wan/utils/vace_processor.py:109–110 ·
view source on GitHub ↗
(self, seq_len)
Source
from the content-addressed store, hash-verified
107
self.max_area = area
108
109
def
set_seq_len(self, seq_len):
110
self.seq_len = seq_len
111
112
@staticmethod
113
def
resize_crop(video: torch.Tensor, oh: int, ow: int):
Callers
1
prepare_source
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected