MCPcopy Index your code
hub / github.com/modelscope/DiffSynth-Studio / load

Method load

diffsynth/models/model_manager.py:143–144  ·  view source on GitHub ↗
(self, file_path="", state_dict={}, device="cuda", torch_dtype=torch.float16, **kwargs)

Source from the content-addressed store, hash-verified

141 return False
142
143 def load(self, file_path="", state_dict={}, device="cuda", torch_dtype=torch.float16, **kwargs):
144 return [], []
145
146
147

Callers 5

loadMethod · 0.45
matchMethod · 0.45
loadMethod · 0.45
load_loraMethod · 0.45
load_modelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected