Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
107
class
TensorRTScript(scripts.Script):
Callers
1
apply_unet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected