MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / __call__

Method __call__

diffsynth/processors/PILEditor.py:13–15  ·  view source on GitHub ↗
(self, rendered_frames, **kwargs)

Source from the content-addressed store, hash-verified

11 return ContrastEditor(**kwargs)
12
13 def __call__(self, rendered_frames, **kwargs):
14 rendered_frames = [ImageEnhance.Contrast(i).enhance(self.rate) for i in rendered_frames]
15 return rendered_frames
16
17
18class SharpnessEditor(VideoProcessor):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected