MCPcopy Create free account
hub / github.com/MeiGen-AI/InfiniteTalk / load_image_pair

Method load_image_pair

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

Source from the content-addressed store, hash-verified

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)
68
69 def load_image_batch(self,
70 *data_key_batch,

Callers

nothing calls this directly

Calls 1

load_image_batchMethod · 0.95

Tested by

no test coverage detected