MCPcopy
hub / github.com/KlingAIResearch/ReCamMaster / load_models

Method load_models

diffsynth/models/model_manager.py:424–426  ·  view source on GitHub ↗
(self, file_path_list, model_names=None, device=None, torch_dtype=None)

Source from the content-addressed store, hash-verified

422
423
424 def load_models(self, file_path_list, model_names=None, device=None, torch_dtype=None):
425 for file_path in file_path_list:
426 self.load_model(file_path, model_names, device=device, torch_dtype=torch_dtype)
427
428
429 def fetch_model(self, model_name, file_path=None, require_model_path=False):

Callers 5

__init__Method · 0.95
__init__Method · 0.95
load_pipelineMethod · 0.95
__init__Method · 0.95

Calls 1

load_modelMethod · 0.95

Tested by

no test coverage detected