NVIDIA / Stable-Diffusion-WebUI-TensorRT

TensorRT Extension for Stable Diffusion Web UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deleting TensorRT Engines

inferenceus opened this issue · comments

I have accumulated a lot of TensorRT engines in my stable-diffusion-webui extension, but I can find no way to delete unneeded ones. I've deleted the entire contents of models/Unet-trt/, which includes both the models.json file and the engines, but the engines continue to show in the TensorRT tab of my installation even after a full stable-diffusion-webui restart.

How does one delete generated engines?

commented

I sometimes delete mine without any problems.

These are the folders I clear:

  • models/Unet-onnx
  • models/Unet-trt
  • extensions/Stable-Diffusion-WebUI-TensorRT/timing_caches

@Jaid

I sometimes delete mine without any problems.

These are the folders I clear:

* models/Unet-onnx

* models/Unet-trt

* extensions/Stable-Diffusion-WebUI-TensorRT/timing_caches

I want to delete only select models, not the entirety of them. I haven't been able to find out how to do this yet as they all still appear when I be selective about it.