StreamDiffusion
Pipeline-level solution for real-time interactive image generation with diffusion models.
About
StreamDiffusion turns diffusion image generation into a real-time, interactive pipeline. Instead of optimizing a single model, it restructures the whole inference loop: a stream batch technique processes denoising steps for consecutive frames together, Residual Classifier-Free Guidance cuts redundant guidance computation, and a stochastic similarity filter skips frames that barely change, saving GPU work on static scenes. Combined with TensorRT acceleration and pre-computed caching, the pipeline reaches over 100 frames per second for text-to-image with SD-Turbo on an RTX 4090, with image-to-image close behind. The open-source project, which originated as academic research, installs via pip, conda, or Docker and supports both txt2img and img2img modes. It is used by developers building live creative tools such as webcam filters, interactive art installations, and other applications where a diffusion model must respond continuously rather than render one image at a time.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Image Generation
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Advanced (4/5)
- License
- Apache-2.0
- Added
- May 7, 2026
Related Tools
State-of-the-art open image generation model by Black Forest Labs with rectified flow transformers.
Next-generation image generation model by Black Forest Labs.
Bilingual text-to-image diffusion transformer by Tencent with Chinese and English support.
Zero-shot identity-preserving image generation from a single face photo.
Image prompt adapter for pre-trained text-to-image diffusion models.
Neural network architecture for adding spatial control to diffusion models.