Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ __del__
Method
__del__
diffsynth/data/video.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
return
Image.open(self.file_list[item]).convert(
"RGB"
)
60
61
def
__del__(self):
62
pass
63
64
65
def
crop_and_resize(image, height, width):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected