Skip to content

Commit

Permalink
Update to the README file to include diffusion autoencoder.
Browse files Browse the repository at this point in the history
Signed-off-by: Virginia <[email protected]>
  • Loading branch information
Virginia Fernandez committed Nov 11, 2024
1 parent 380e563 commit c478419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ Examples show how to perform anomaly detection in 2D, using implicit guidance [2

## 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).
Examples show how to perform super-resolution in 2D, using PyTorch and PyTorch Lightning.

## [Guiding the synthetic process using a semantic encoder](./2d_diffusion_autoencoder/2d_diffusion_autoencoder.ipynb)
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 comments on commit c478419

Please sign in to comment.