MCPcopy Index your code
hub / github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT / available_models

Method available_models

model_manager.py:174–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 return out
173
174 def available_models(self):
175 available = self.all_models.get(self.cc, {})
176 return available
177
178 def available_loras(self):
179 available = {}

Callers 4

get_valid_modelsMethod · 0.95
engine_profile_cardFunction · 0.80
list_unetsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected