Skip to content

feffy380/sd-webui-teacache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sd-webui-teacache

SDXL TeaCache for stable-diffusion-webui

TeaCache uses the difference between model inputs across timesteps to determine when to reuse previous outputs. The difference between inputs is used to estimate the difference between model outputs, which is then refined through a polynomial fitted on input-output samples from the target model.

The official TeaCache repository doesn't support SDXL, so I've computed the polynomial coefficients myself. Without them, this implementation is equivalent to FBCache.

Credits

About

TeaCache for stable-diffusion-webui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages