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

Method create_unet

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

Source from the content-addressed store, hash-verified

26 self.configs = filename
27
28 def create_unet(self):
29 return TrtUnet(self.model_name, self.configs)
30
31
32class TrtUnet(sd_unet.SdUnet):

Callers 1

apply_unetMethod · 0.80

Calls 1

TrtUnetClass · 0.85

Tested by

no test coverage detected