Skip to content

Instantly share code, notes, and snippets.

View fbarretto's full-sized avatar

Barretto fbarretto

  • Universidade Federal da Bahia
  • BK, NYC
View GitHub Profile
@fbarretto
fbarretto / instructions.md
Last active May 8, 2024 00:42
StreamDiffusion-TD Prerequisites

Setting up Python/GIT in a Mac for StreamDiffusion-TD

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
  • If you get Python 3.10 or higher, you're good to go and you can skip this setup and proceed to the tox.
  • If you get command not found: python3, you can follow the installation steps.
  • If you get Python 3.9 or a lower version, you can jump to the step 3.
@fbarretto
fbarretto / streamdiffusion-mac.md
Last active May 17, 2024 13:42
StreamDiffusion on a Mac

This is a gist on how to get StreamDiffusion running on a Mac (mps)

  1. Clone the repo

git clone https://github.com/cumulo-autumn/StreamDiffusion.git
  1. Setup the environment

cd StreamDiffusion