DeepCache
DeepCache copied to clipboard
[CVPR 2024] DeepCache: Accelerating Diffusion Models for Free
Hi, I was going over the code for DeepCache and was quite confused with a particular part of the code where you choose the skip branch in the unet model....
Hi, I tested the MACs of DeepCache with an interval of 5 following your guidance and obtained an average of 156.0782 G MACs, which is not consistent with Table 3...
Does DeepCache support controlnet?
I found this error when using sd in DDPM. May I know how to solve it? as well as"ImportError: cannot import name 'DIFFUSERS_CACHE' from 'diffusers.utils'"
As show in Tab.3 , **PLMS-25 steps** and **ours** in **COCO2017** is close. May be to adjust the N value to control Throughput
Is the visualization in pixel space or latent space?
very nice work How to generate visual imge of features as shown in Figure.2 (a)
Hi, Is there any technical report or paper support the implementation of your Text2Video-deepcache? where i expect a detailed explanation of the video deepcache, or any of the expirement findings....
Hi, my friends and I have made a small demo that uses DeepCache on top of the MLX Stable Diffusion example, and I thought it might be a good idea...
Hi! I'm doing a deep dive into the implementation and have some questions. 1. I see that the key caching-related codes are in `DeepCache.sd.pipeline_stable_diffusion.py` under StableDiffusionPipeline's __call__() around lines 726...