I have reimplemented Stable Diffusion 3.5 from scratch in pure PyTorch
yousef_g Saturday, June 14, 2025
Summary
A lightweight and efficient text-to-image diffusion model called miniDiffusion, designed for real-time applications on low-resource devices. The model is based on the Stable Diffusion architecture and demonstrates competitive performance while having a significantly smaller model size and faster inference speed.
473
76
Summary
github.com