Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ set_shape
Method
set_shape
diffsynth/extensions/FastBlend/data.py:119–121 ·
view source on GitHub ↗
(self, height, width)
Source
from the content-addressed store, hash-verified
117
self.length = length
118
119
def
set_shape(self, height, width):
120
self.height = height
121
self.width = width
122
123
def
__len__(self):
124
if
self.length is None:
Callers
2
check_input_for_blending
Function · 0.95
check_input_for_interpolating
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected