TouchDesigner implementation for real-time Stable Diffusion interactive generation with StreamDiffusion.
Benchmarks with stabilityai/sd-turbo, 512x512 and 1 batch size.
GPU | FPS |
---|---|
4090 | 55-60 FPS |
4080 | 47 FPS |
3090ti | 37 FPS |
3090 | 30-32 FPS |
4070 Laptop | 24 FPS |
3060 12GB | 16 FPS |
Notice: This repository is in an early testing phase and may undergo significant changes. Use it at your own risk.
[!TIP] TouchDiffusion can be installed in multiple ways. Portable version have prebuild dendencies, so it prefered way to install or Manuall install is step by step instruction.
Includes preinstalled configurations, ensuring everything is readily available for immediate use.
webui.bat
. It will provide url to web interface (ex. http://127.0.0.1:7860
)install & update
tab and run Update dependencies
.You can follow YouTube tutorial
Required TouchDesigner 2023 & Python 3.11
webui.bat
with text editor and set path to Python 3.11 in set PYTHON_PATH=
. (ex. set PYTHON_PATH="C:\Program Files\Python311\python.exe"
)webui.bat
. After installation it will provide url to web interface (ex. http://127.0.0.1:7860
)install & update
tab and run Update dependencies
. (could take ~10 minutes, depending on your internet connection)Fix pop up
Models in .safetensors
format must be in models\checkpoints
folder. (as for sd_turbo, it will be auto-downloaded).
Internet connection required, while making engines.
1) Run webui.bat
2) Select model type.
3) Select model.
4) Set width, height and amount of sampling steps (Batch size)
5) Select acceleration lora if available.
6) Run Make engine
and wait for acceleration to finish. (could take ~10 minutes, depending on your hardware)
Settings
page change path to TouchDiffusion
folder (same as where webui.bat).Settings
page select Engine and click Load Engine.Based on the following projects: