| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Plug and play acceleration using analytical solution of diffusion model and image statistics.
Mathematical DetailsThe Gaussian Teleportation Diffusion process leverages analytical solutions of diffusion models combined with image statistics. Here are the key mathematical components: $$$$
If you are curious about the analytical diffusion trajectory of delta mixture and general Gaussian mixture models, we provided the demo:
from gaussian_teleport import demo_delta_gmm_diffusion, demo_gaussian_mixture_diffusion
fig1 = demo_delta_gmm_diffusion(nreps=500, mus=None, sigma=1E-5)
fig1.show()
fig2 = demo_gaussian_mixture_diffusion(nreps=500, mus=None, Us=None, Lambdas=None)
fig2.show()We host the pre-computed mean and covariance matrices for common image datasets.
| Back | FazBrowse Home | New Git URL |