MCPcopy 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_layerMethod · 0.45
evict_previous_layerMethod · 0.45
forwardMethod · 0.45
timestep_embeddingMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
tile_forwardMethod · 0.45
decode_videoMethod · 0.45
tileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected