New readme instructions (VSCODE)

Author: SevdatCreated Feb 21, 2025Updated Jul 16, 2025

Good evening,

for those who are struggling with the readme, this is the way I managed to get it to work. If there are any problems comment below and I will fix the instructions.

Fallow these steps Download cmake. Make sure it is added to enviromental variables!!! After that go to vscode and open command prompt terminal (not powershell)

Enter these

bash
py -3.10 -m venv .venv
.\.venv\Scripts\activate
pip3 install torch==2.1.0 torchvision==0.16.0 xformers --index-url https://download.pytorch.org/whl/cu118
python -m pip install --upgrade pip
pip install --upgrade wheel
pip install --upgrade setuptools
python setup.py develop easy_install streamdiffusion[tensorrt]
pip install "numpy<2"
pip install transformers==4.28.0
pip install huggingface-hub==0.25.2
pip install https://huggingface.co/madbuda/triton-windows-builds/resolve/main/triton-3.0.0-cp310-cp310-win_amd64.whl
python -m streamdiffusion.tools.install-tensorrt
pip install fire mss matplotlib

After doing all this I get 7-8 fps with screen example and 14 fps with multi image with rtx 4060. Is this normal?

Source: cumulo-autumn/StreamDiffusion