diff --git a/docs/diffusion/stable_diffusion/latent_diffusion.html b/docs/diffusion/stable_diffusion/latent_diffusion.html index b74bf0a1..9b71f132 100644 --- a/docs/diffusion/stable_diffusion/latent_diffusion.html +++ b/docs/diffusion/stable_diffusion/latent_diffusion.html @@ -76,7 +76,7 @@ #

Latent Diffusion Models

-

Latent diffusion models use an auto-encoder to map between image space and latent space. The diffusion model works on the diffusion space, which makes it a lot easier to train. It is based on paper High-Resolution Image Synthesis with Latent Diffusion Models.

+

Latent diffusion models use an auto-encoder to map between image space and latent space. The diffusion model works on the diffusion space, which makes it a lot easier to train. It is based on paper High-Resolution Image Synthesis with Latent Diffusion Models.

They use a pre-trained auto-encoder and train the diffusion U-Net on the latent space of the pre-trained auto-encoder.

For a simpler diffusion implementation refer to our DDPM implementation. We use same notations for , schedules, etc.

diff --git a/docs/index.html b/docs/index.html index 1f06b6d0..da8d97a6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -101,13 +101,15 @@

Transformers

  • Vision Transformer (ViT)
  • Primer EZ
  • Hourglass
  • -

    Recurrent Highway Networks

    -

    LSTM

    -

    HyperNetworks - HyperLSTM

    -

    ResNet

    -

    ConvMixer

    -

    Capsule Networks

    -

    U-Net

    +

    Eleuther GPT-NeoX

    + +

    Diffusion models

    +

    Generative Adversarial Networks

    -

    Diffusion models

    - +

    Recurrent Highway Networks

    +

    LSTM

    +

    HyperNetworks - HyperLSTM

    +

    ResNet

    +

    ConvMixer

    +

    Capsule Networks

    +

    U-Net

    Sketch RNN

    ✨ Graph Neural Networks

    -

    Counterfactual Regret Minimization (CFR)

    -

    Solving games with incomplete information such as poker with CFR.

    -

    Reinforcement Learning

    +

    Counterfactual Regret Minimization (CFR)

    +

    Solving games with incomplete information such as poker with CFR.

    +

    Optimizers