huggingface / huggingface/diffusers

Winograd Convolution & other Speed Is All You Need optimizations

Open
#3,227 4 comments 0 reactions 0 assignees View on GitHub
wip
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.