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

Method deactivate

scripts/trt.py:103–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 self.engine.activate(True)
102
103 def deactivate(self):
104 del self.engine
105
106
107class TensorRTScript(scripts.Script):

Callers 1

apply_unetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected