MCPcopy Create free account
hub / github.com/modelscope/DiffSynth-Studio / preprocess_images

Method preprocess_images

diffsynth/pipelines/base.py:35–36  ·  view source on GitHub ↗
(self, images)

Source from the content-addressed store, hash-verified

33
34
35 def preprocess_images(self, images):
36 return [self.preprocess_image(image) for image in images]
37
38
39 def vae_output_to_image(self, vae_output):

Callers 6

__call__Method · 0.80
__call__Method · 0.80
encode_control_videoMethod · 0.80
prepare_vace_kwargsMethod · 0.80
__call__Method · 0.80

Calls 1

preprocess_imageMethod · 0.95

Tested by

no test coverage detected