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

Method load_image

wan/utils/vace_processor.py:63–64  ·  view source on GitHub ↗
(self, data_key, **kwargs)

Source from the content-addressed store, hash-verified

61 return self._resize_crop(img, oh, ow, normalize)
62
63 def load_image(self, data_key, **kwargs):
64 return self.load_image_batch(data_key, **kwargs)
65
66 def load_image_pair(self, data_key, data_key2, **kwargs):
67 return self.load_image_batch(data_key, data_key2, **kwargs)

Callers

nothing calls this directly

Calls 1

load_image_batchMethod · 0.95

Tested by

no test coverage detected