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

Method __init__

diffsynth/pipelines/svd_video.py:193–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191
192class SVDCLIPImageProcessor:
193 def __init__(self):
194 pass
195
196 def resize_with_antialiasing(self, input, size, interpolation="bicubic", align_corners=True):
197 h, w = input.shape[-2:]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected