huggingface / huggingface/diffusers
Winograd Convolution & other Speed Is All You Need optimizations
- Dominant language
- Python
- Stars
- 34.5k
- Forks
- 7.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 91
Description
**Is your feature request related to a problem? Please describe.**
Right now, Stable Diffusion, and other diffusers models are really optimized, but a recent preprint from Google researchers found that Winograd Convolutions could reduce latency more than using FlashAttention.
The paper in question: https://arxiv.org/pdf/2304.11267.pdf
**Describe the solution you'd like**
I opened this feature request to let discussions and users share their implementation of the paper.
It would be interesting to see how well it works, and if it would be possible to integrate it to diffusers library.
**Additional context**
Right now, I didn't found any code implementation of the paper. If anybody see something, do not hesitate to share!
Contributor guide
Assessment
This issue has not been assessed yet.