Mike Carnohan
Mike Carnohan
I will tackle Indonesian (ID) soon. And get it posted here. Is it possible to modify the tooltips in a future revision? They are a bit difficult to read at...
Let me know when you have a build ready to test. I'll give you a full report (including setups tested and findings).
> This did the trick for me. Upgrade Pip, wheel, tools etc. python3 -m pip install --upgrade pip python3 -m pip install wheel Install the TensorRT Python wheel. python3 -m...
Thanks @Spr-Peach! Install StreamDiffusion (latest version, recommended): ``` pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt] ``` Results in (as of 5/31/2024): `DEPRECATION: git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt] contains an egg fragment with a non-PEP 508 name pip 25.0...
Also, if people are running into issues installing 11.8 CUDA-compatible TensorRT tools at this step (or any related step): ``` python -m streamdiffusion.tools.install-tensorrt ``` They can try this install method......