Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ to
Method
to
diffsynth/models/model_manager.py:451–453 ·
view source on GitHub ↗
(self, device)
Source
from the content-addressed store, hash-verified
449
450
451
def
to(self, device):
452
for
model in self.model:
453
model.to(device)
454
Callers
15
prefetch_layer
Method · 0.45
evict_previous_layer
Method · 0.45
forward
Method · 0.45
timestep_embedding
Method · 0.45
forward
Method · 0.45
forward_with_separate_cfg
Method · 0.45
forward_with_separate_cfg
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
tile_forward
Method · 0.45
decode_video
Method · 0.45
tile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected