cumulo-autumn / StreamDiffusion

StreamDiffusion: A Pipeline-Level Solution for Real-Time Interactive Generation
Apache License 2.0
9.7k stars 692 forks source link

problem installing onnx 1.16.3? #159

Closed mmattyg closed 4 months ago

mmattyg commented 4 months ago

With python 3.10, cuda 11.8, the install stops midway and give this error:

INFO: pip is looking at multiple versions of streamdiffusion[tensorrt] to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement onnxruntime==1.16.3; extra == "tensorrt" (from streamdiffusion[tensorrt]) (from versions: 1.17.0, 1.17.1, 1.17.3, 1.18.0) ERROR: No matching distribution found for onnxruntime==1.16.3; extra == "tensorrt"

Any idea how I could fix this?

mmattyg commented 4 months ago

solution: make sure you're with Python 3.10