hutaiHang / Faster-Diffusion

Official implementation of "Faster Diffusion: Rethinking the Role of UNet Encoder in Diffusion Models"
https://arxiv.org/abs/2312.09608
Apache License 2.0
283 stars 19 forks source link

is it compatible with what DeepCache does? #3

Open xziayro opened 9 months ago

xziayro commented 9 months ago

from what i read of the code and paper, you are using the same principle but applied a different way than deepCache (https://github.com/horseee/DeepCache). Maybe trying to combine the two method can further improve speed. any idea / comments on it?