NVIDIA / Stable-Diffusion-WebUI-TensorRT

TensorRT Extension for Stable Diffusion Web UI
MIT License
1.92k stars 146 forks source link

TensorRT does not load automatically after startup #306

Open IceyBlackTea opened 8 months ago

IceyBlackTea commented 8 months ago

When starting the web UI and generating images directly, the process is very slow.

After manually switching checkpoints, the command line indicates that TensorRT is loaded, and the speed increases by about tenfold.

I used SDXL model and 4060 GPU, without any additional command line parameters.

Both the web UI and TensorRT projects have been updated using git pull.

Is there a misconfiguration causing TensorRT not to load directly? How can I ensure that TensorRT loads automatically after starting the web UI?