horseee / DeepCache

[CVPR 2024] DeepCache: Accelerating Diffusion Models for Free
https://horseee.github.io/Diffusion_DeepCache/
Apache License 2.0
687 stars 32 forks source link

DeepCache is enabled on model base on SD 1.5 trained by diffusers? #28

Open bigmover opened 4 months ago

bigmover commented 4 months ago

How can use deepcache on models re-trained by diffusers?

horseee commented 3 months ago

Hi @bigmover ,

if the SD models fine-tuned/retrained by diffusers still have the same structure and module name, then you can follow the general instructions to employ DeepCache. However, if these are changed, then you need to modify the module name (and perhaps more complicated, the structure) here.