Skip to content

Commit c478419

Browse files
author
Virginia Fernandez
committed
Update to the README file to include diffusion autoencoder.
Signed-off-by: Virginia <[email protected]>
1 parent 380e563 commit c478419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generation/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ Examples show how to perform anomaly detection in 2D, using implicit guidance [2
7878

7979
## 2D super-resolution using diffusion models: [using torch](./2d_super_resolution/2d_sd_super_resolution.ipynb) and [using torch lightning](./2d_super_resolution/2d_sd_super_resolution_lightning.ipynb).
8080
Examples show how to perform super-resolution in 2D, using PyTorch and PyTorch Lightning.
81+
82+
## [Guiding the synthetic process using a semantic encoder](./2d_diffusion_autoencoder/2d_diffusion_autoencoder.ipynb)
83+
Example shows how to train a DDPM and an encoder simultaneously, resulting in the latents of the encoder guiding the inference process of the DDPM.

0 commit comments

Comments
 (0)