MCPcopy
hub / github.com/lightningpixel/modly / load

Method load

api/services/generators/base.py:73–75  ·  view source on GitHub ↗

Load the model into memory (GPU/CPU).

(self)

Source from the content-addressed store, hash-verified

71
72 @abstractmethod
73 def load(self) -> None:
74 """Load the model into memory (GPU/CPU)."""
75 ...
76
77 def unload(self) -> None:
78 """Release memory. Can be overridden if needed."""

Callers 11

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
get_activeMethod · 0.45
export_meshFunction · 0.45
_decimateFunction · 0.45
transform_meshFunction · 0.45
_smoothFunction · 0.45
import_mesh_by_pathFunction · 0.45
export_meshFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected