Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_video
Method · 0.80
prepare_reference_image
Method · 0.80
prepare_vace_kwargs
Method · 0.80
__call__
Method · 0.80
Calls
1
preprocess_image
Method · 0.95
Tested by
no test coverage detected