Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Omni-Avatar/OmniAvatar
/ to
Method
to
OmniAvatar/models/model_manager.py:391–393 ·
view source on GitHub ↗
(self, device)
Source
from the content-addressed store, hash-verified
389
390
391
def
to(self, device):
392
for
model in self.model:
393
model.to(device)
394
Callers
15
__init__
Method · 0.80
forward
Method · 0.80
merge_latents
Method · 0.80
load_models_to_device
Method · 0.80
encode_image
Method · 0.80
log_video
Method · 0.80
register_empty_parameter
Function · 0.80
register_empty_buffer
Function · 0.80
load_state_dict_from_safetensors
Function · 0.80
load_state_dict_from_bin
Function · 0.80
__init__
Method · 0.80
offload
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected