Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ __del__
Method
__del__
diffsynth/data/video.py:128–129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
return
frame
127
128
def
__del__(self):
129
pass
130
131
def
save_images(self, folder):
132
os.makedirs(folder, exist_ok=True)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected