StreamDiffusion icon indicating copy to clipboard operation
StreamDiffusion copied to clipboard

only works on Python 3.10?

Open joansc opened this issue 1 year ago • 1 comments

For some external reasons I can only use Python 3.9 or Python 3.11. Is this repository only working for Python 3.10? I tried with 3.11 and it was complaining about torchvision only supported for versions <3.11 for the torch version with cuda 12.1. On Python 3.9 when I do the pip install streamdiffusion[tensorrt] there are some errors that don't happen when installing it on 3.11. Im on Windows.

Thanks,

Joan

joansc avatar Dec 22 '23 19:12 joansc

Thanks for the report.

We have tried working with python 3.11. We developed on python 3.10 and it is stable with 3.10. We recommend running with version 3.10.

If anyone has had any success with other environments, please let us know.

teftef6220 avatar Dec 23 '23 16:12 teftef6220