Skip to content

acceleratescience/diffusion-models

Repository files navigation

GPLv3 License Issues GitHub contributors GitHub pull requests PR's Welcome
GitHub stars GitHub watchers GitHub forks GitHub followers Twitter Follow


Logo

Introduction to diffusion models in generative AI

This one-day works shop is an introduction to diffusion models and how to apply them in a practical way. We talk through the diffusion algorithm as it was introduced in the DDPM paper, and then try to implement it in PyTorch. We then move on to the Diffusers library, which is a high-level library that abstracts out the details of the diffusion algorithm, and allows you to focus on the important parts of your project.

Check out the notebooks · Check out the Slides
Report Bug · Request Feature

Table of Contents
  1. Prerequisites
  2. Contributing
  3. License

(back to top)

Prerequisites

Life will be easier if you already have some experience with the following:

  • Probability distributions
  • PyTorch
  • PyTorch Datasets and Dataloaders
  • Convolutional Neural Networks
  • Other neural network components (normalization, activation functions, etc.)
  • Hugging Face Libraries (optional)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under a GNU GPL-3.0 License. See LICENSE for more information.

(back to top)

About

An introduction to diffusion models and how to apply them in a practical way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages