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

Method match

diffsynth/models/model_manager.py:140–141  ·  view source on GitHub ↗
(self, file_path="", state_dict={})

Source from the content-addressed store, hash-verified

138 pass
139
140 def match(self, file_path="", state_dict={}):
141 return False
142
143 def load(self, file_path="", state_dict={}, device="cuda", torch_dtype=torch.float16, **kwargs):
144 return [], []

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected