MCPcopy 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
312def 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
319def diable_visibility(hide):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected