Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT
/ disable_lora_export
Function
disable_lora_export
ui_trt.py:312–316 ·
view source on GitHub ↗
(lora)
Source
from the content-addressed store, hash-verified
310
311
312
def
disable_lora_export(lora):
313
if
lora is None:
314
return
gr.update(visible=False)
315
else
:
316
return
gr.update(visible=True)
317
318
319
def
diable_visibility(hide):
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected