Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_models_from_dict
Method · 0.95
get_valid_models
Method · 0.95
engine_profile_card
Function · 0.80
list_unets
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected