Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT
/ diable_visibility
Function
diable_visibility
ui_trt.py:319–322 ·
view source on GitHub ↗
(hide)
Source
from the content-addressed store, hash-verified
317
318
319
def
diable_visibility(hide):
320
num_outputs = 8
321
out = [gr.update(visible=not hide)
for
_ in range(num_outputs)]
322
return
out
323
324
325
def
engine_profile_card():
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected