This is a gist on how to get StreamDiffusion running on a Mac (mps)
git clone https://github.com/cumulo-autumn/StreamDiffusion.git
cd StreamDiffusion
git clone https://github.com/cumulo-autumn/StreamDiffusion.git
cd StreamDiffusion
This is meant to help Mac users to setup their Python and GIT environment to run the StreamDiffusion-TD (TouchDesigner) tox for the first time (like if you don't have Python installed yet).
Before starting I recommend you check if you already have Python installed by running:
python3 --version
Python 3.10
or higher, you're good to go and you can skip this setup and proceed to the tox.command not found: python3
, you can follow the installation steps.Python 3.9
or a lower version, you can jump to the step 3.