You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ccarmatic
changed the title
problem when installing tensorrt
nvidia-cudnn-cu116 problem when installing tensorrt extension
Jun 21, 2024
ccarmatic
changed the title
nvidia-cudnn-cu116 problem when installing tensorrt extension
Streamdiffusion TensorRT extension is not compatible with CUDA 12.1
Jun 22, 2024
ccarmatic
changed the title
Streamdiffusion TensorRT extension is not compatible with CUDA 12.1
Entry Point Not Found
Jun 23, 2024
ccarmatic
changed the title
Entry Point Not Found
TensorRT Extension problem : Entry Point Not Found
Jun 23, 2024
CUDA 11.8, Python 3.10.14, Windows 11
Installed as per instructions:
pip3 install torch==2.1.0 torchvision==0.16.0 xformers --index-url https://download.pytorch.org/whl/cu118
pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt]
python -m streamdiffusion.tools.install-tensorrt
I have a Python script which contains:
Running it results in this:

4 windows sequentially opening, about the following dll files:
cudnn_adv_infer64_8.dll
cudnn_adv_train64_8.dll
cudnn_cnn_infer64_8.dll
cudnn_cnn_train64_8.dll
The text was updated successfully, but these errors were encountered: