MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / __init__

Method __init__

wan/utils/vace_processor.py:11–13  ·  view source on GitHub ↗
(self, downsample=None, seq_len=None)

Source from the content-addressed store, hash-verified

9class VaceImageProcessor(object):
10
11 def __init__(self, downsample=None, seq_len=None):
12 self.downsample = downsample
13 self.seq_len = seq_len
14
15 def _pillow_convert(self, image, cvt_type='RGB'):
16 if image.mode != cvt_type:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected