ddPn08 / Radiata

Stable diffusion webui based on diffusers.
https://ddpn08.github.io/Radiata/
Apache License 2.0
984 stars 68 forks source link

What is the cause of this ERROR? #71

Closed SERO3452 closed 1 year ago

SERO3452 commented 1 year ago

Installing requirements Installing tensorrt requirements Traceback (most recent call last): File "G:\Radiata\launch.py", line 224, in prepare_environment() File "G:\Radiata\launch.py", line 206, in prepare_environment install_tensorrt() File "G:\Radiata\launch.py", line 133, in install_tensorrt assert ( AssertionError: Could not find TensorRT. Please check if it is installed correctly.

ddPn08 commented 1 year ago

To use TensorRT mode, TensorRT must be installed on your computer. https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html

SERO3452 commented 1 year ago

Thank you very much! I was able to solve the problem!